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

Method DynamicCodeGenerated

src/profiler.h:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 static void JNICALL DynamicCodeGenerated(jvmtiEnv* jvmti, const char* name,
232 const void* address, jint length) {
233 instance()->addRuntimeStub(address, length, name);
234 }
235
236 static void JNICALL ThreadStart(jvmtiEnv* jvmti, JNIEnv* jni, jthread thread) {
237 instance()->onThreadStart(jvmti, jni, thread);

Callers

nothing calls this directly

Calls 1

addRuntimeStubMethod · 0.80

Tested by

no test coverage detected