Home
last modified time | relevance | path

Searched refs:DispatchEvent (Results 1 – 9 of 9) sorted by relevance

/art/openjdkjvmti/
Dti_phase.cc68 event_handler->DispatchEvent<ArtJvmtiEvent::kVmStart>(self, GetJniEnv()); in NextRuntimePhase()
77 event_handler->DispatchEvent<ArtJvmtiEvent::kVmInit>(self, GetJniEnv(), thread.get()); in NextRuntimePhase()
87 event_handler->DispatchEvent<ArtJvmtiEvent::kVmDeath>(self, GetJniEnv()); in NextRuntimePhase()
Devents-inl.h274 inline void EventHandler::DispatchEvent(art::Thread* thread, Args... args) const { in DispatchEvent() function
288 inline void EventHandler::DispatchEvent(art::Thread* thread, JNIEnv* jnienv, Args... args) const { in DispatchEvent() function
495 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassLoad>(art::Thread* thread,
502 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassPrepare>(art::Thread* thread,
512 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(art::Thread* thread,
546 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookRetransformable>(
571 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookNonRetransformable>(
596 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kStructuralDexFileLoadHook>(
Dti_dump.cc52 event_handler->DispatchEvent<ArtJvmtiEvent::kDataDumpRequest>(art::Thread::Current()); in SigQuit()
Devents.h267 inline void DispatchEvent(art::Thread* thread, Args... args) const
278 inline void DispatchEvent(art::Thread* thread, JNIEnv* jnienv, Args... args) const
Dtransform.cc281 event_handler->DispatchEvent<kEvent>( in TransformSingleClassDirect()
Devents.cc278 handler->DispatchEvent<kEvent>(self, in RunEventCallback()
301 handler_->DispatchEvent<ArtJvmtiEvent::kDdmPublishChunk>( in DdmPublishChunk()
550 handler_->DispatchEvent<ArtJvmtiEvent::kGarbageCollectionStart>(art::Thread::Current()); in StartPause()
554 handler_->DispatchEvent<ArtJvmtiEvent::kGarbageCollectionFinish>(art::Thread::Current()); in EndPause()
Dti_class.cc288 event_handler->DispatchEvent<ArtJvmtiEvent::kClassLoad>( in ClassLoad()
315 event_handler->DispatchEvent<ArtJvmtiEvent::kClassPrepare>( in ClassPrepare()
Dti_thread.cc106 event_handler->DispatchEvent<kEvent>(self, in Post()
Dti_method.cc99 event_handler->DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>( in RegisterNativeMethod()