MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / code

Method code

src/vmStructs.h:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 }
449
450 NMethod* code() {
451 return *(NMethod**) at(_method_code_offset);
452 }
453};
454
455class NMethod : VMStructs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected