Home
last modified time | relevance | path

Searched refs:CompiledMethodUnload (Results 1 – 4 of 4) sorted by relevance

/art/tools/jvmti-agents/ti-fast/
DREADME.md67 * `CompiledMethodUnload`
Dtifast.cc90 …non_jni_fun(CompiledMethodUnload, EVENT(COMPILED_METHOD_UNLOAD), (jvmtiEnv* jvmti, jmethodID meth,…
/art/openjdkjvmti/
Devents-inl.h114 fn(CompiledMethodUnload, ArtJvmtiEvent::kCompiledMethodUnload) \
/art/openjdkjvmti/include/
Djvmti.h966 jvmtiEventCompiledMethodUnload CompiledMethodUnload; member