Home
last modified time | relevance | path

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

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