MCPcopy Index your code
hub / github.com/nodejs/node / _GetDisasmLines

Method _GetDisasmLines

deps/v8/tools/profiling/ll_prof.py:210–221  ·  view source on GitHub ↗
(self, arch, options)

Source from the content-addressed store, hash-verified

208 self.origin)
209
210 def _GetDisasmLines(self, arch, options):
211 if self.origin == JS_ORIGIN:
212 inplace = False
213 filename = options.log + ".ll"
214 else:
215 inplace = True
216 filename = self.origin
217 return disasm.GetDisasmLines(filename,
218 self.origin_offset,
219 self.end_address - self.start_address,
220 arch,
221 inplace)
222
223
224class CodePage(object):

Callers 1

PrintAnnotatedMethod · 0.95

Calls 1

GetDisasmLinesMethod · 0.80

Tested by

no test coverage detected