Searched refs:NativeMethodBind (Results 1 – 6 of 6) sorted by relevance
101 cb.NativeMethodBind = doJvmtiMethodBind; in Java_art_Test986_setupNativeBindNotify()
47 * `NativeMethodBind`
78 …fun(NativeMethodBind, EVENT(NATIVE_METHOD_BIND), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jm…
112 fn(NativeMethodBind, ArtJvmtiEvent::kNativeMethodBind) \
828 cb.NativeMethodBind = doJvmtiMethodBind; in Agent_OnLoad()
962 jvmtiEventNativeMethodBind NativeMethodBind; member