Home
last modified time | relevance | path

Searched refs:DispatchClassLoadOrPrepareEvent (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Devents-inl.h478 inline void EventHandler::DispatchClassLoadOrPrepareEvent(art::Thread* thread, in DispatchClassLoadOrPrepareEvent() function
499 DispatchClassLoadOrPrepareEvent<ArtJvmtiEvent::kClassLoad>(thread, jnienv, jni_thread, klass);
506 DispatchClassLoadOrPrepareEvent<ArtJvmtiEvent::kClassPrepare>(thread, jnienv, jni_thread, klass);
Devents.h384 ALWAYS_INLINE inline void DispatchClassLoadOrPrepareEvent(art::Thread* thread,