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

Function getMethodId

src/stackWalker.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static jmethodID getMethodId(VMMethod* method) {
58 if (!inDeadZone(method) && aligned((uintptr_t)method)) {
59 return method->validatedId();
60 }
61 return NULL;
62}
63
64
65int StackWalker::walkFP(void* ucontext, const void** callchain, int max_depth) {

Callers 1

walkVMMethod · 0.85

Calls 3

inDeadZoneFunction · 0.85
alignedFunction · 0.85
validatedIdMethod · 0.80

Tested by

no test coverage detected