Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ methodCount
Method
methodCount
src/vmStructs.h:309–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
int methodCount() {
310
int* methods = *(int**) at(_methods_offset);
311
return methods == NULL ? 0 : *methods & 0xffff;
312
}
313
314
jmethodID* jmethodIDs() {
315
return loadAcquire(*(jmethodID**) at(_jmethod_ids_offset));
Callers
1
loadMethodIDs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected