Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-fast/
DREADME.md63 * `CompiledMethodLoad`
Dtifast.cc97 …fun(CompiledMethodLoad, EVENT(COMPILED_METHOD_LOAD), (jvmtiEnv* jvmti, jmethodID meth, jint i1, co…
/art/openjdkjvmti/
Devents-inl.h113 fn(CompiledMethodLoad, ArtJvmtiEvent::kCompiledMethodLoad) \
/art/openjdkjvmti/include/
Djvmti.h964 jvmtiEventCompiledMethodLoad CompiledMethodLoad; member