Home
last modified time | relevance | path

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

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