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

Method addJavaMethod

src/profiler.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115void Profiler::addJavaMethod(const void* address, int length, jmethodID method) {
116 CodeHeap::updateBounds(address, (const char*)address + length);
117}
118
119void Profiler::addRuntimeStub(const void* address, int length, const char* name) {
120 if (startsWith(name, "Stub Generator ")) {

Callers 1

CompiledMethodLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected