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

Method CompiledMethodLoad

src/profiler.h:224–229  ·  view source on GitHub ↗

CompiledMethodLoad is also needed to enable DebugNonSafepoints info by default

Source from the content-addressed store, hash-verified

222
223 // CompiledMethodLoad is also needed to enable DebugNonSafepoints info by default
224 static void JNICALL CompiledMethodLoad(jvmtiEnv* jvmti, jmethodID method,
225 jint code_size, const void* code_addr,
226 jint map_length, const jvmtiAddrLocationMap* map,
227 const void* compile_info) {
228 instance()->addJavaMethod(code_addr, code_size, method);
229 }
230
231 static void JNICALL DynamicCodeGenerated(jvmtiEnv* jvmti, const char* name,
232 const void* address, jint length) {

Callers

nothing calls this directly

Calls 1

addJavaMethodMethod · 0.80

Tested by

no test coverage detected