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

Method compiledMethod

src/vmStructs.h:420–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 VMMethod* compiledMethod() {
421 const char* env = *(const char**) at(_comp_env_offset);
422 if (env != NULL) {
423 const char* task = *(const char**) (env + _comp_task_offset);
424 if (task != NULL) {
425 return *(VMMethod**) (task + _comp_method_offset);
426 }
427 }
428 return NULL;
429 }
430};
431
432class VMMethod : VMStructs {

Callers 1

walkVMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected