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

Method bytecode

src/vmStructs.h:446–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 const char* bytecode() {
447 return *(const char**) at(_method_constmethod_offset) + _constmethod_size;
448 }
449
450 NMethod* code() {
451 return *(NMethod**) at(_method_code_offset);

Callers 1

walkVMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected