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

Method AllCode

deps/v8/tools/profiling/ll_prof.py:307–311  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

305 return removed
306
307 def AllCode(self):
308 for page in self.pages.values():
309 for code in page:
310 if CodePage.PageAddress(code.start_address) == page.address:
311 yield code
312
313 def UsedCode(self):
314 for code in self.AllCode():

Callers 3

UsedCodeMethod · 0.95
PrintMethod · 0.95
ll_prof.pyFile · 0.80

Calls 2

PageAddressMethod · 0.80
valuesMethod · 0.45

Tested by

no test coverage detected