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()
Dti_dump.cc50 event_handler->DispatchEvent<ArtJvmtiEvent::kDataDumpRequest>(art::Thread::Current()); in SigQuit()
Devents-inl.h268 inline void EventHandler::DispatchEvent(art::Thread* thread, Args... args) const { in DispatchEvent() function
282 inline void EventHandler::DispatchEvent(art::Thread* thread, JNIEnv* jnienv, Args... args) const { in DispatchEvent() function
424 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(art::Thread* thread,
458 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookRetransformable>(
483 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookNonRetransformable>(
Devents.h209 inline void DispatchEvent(art::Thread* thread, Args... args) const
220 inline void DispatchEvent(art::Thread* thread, JNIEnv* jnienv, Args... args) const
Devents.cc248 handler->DispatchEvent<kEvent>(self, in RunEventCallback()
271 handler_->DispatchEvent<ArtJvmtiEvent::kDdmPublishChunk>( in DdmPublishChunk()
433 handler_->DispatchEvent<ArtJvmtiEvent::kGarbageCollectionStart>(art::Thread::Current()); in StartPause()
437 handler_->DispatchEvent<ArtJvmtiEvent::kGarbageCollectionFinish>(art::Thread::Current()); in EndPause()
Dtransform.cc266 event_handler->DispatchEvent<kEvent>( in TransformSingleClassDirect()
Dti_class.cc279 event_handler->DispatchEvent<ArtJvmtiEvent::kClassLoad>( in ClassLoad()
306 event_handler->DispatchEvent<ArtJvmtiEvent::kClassPrepare>( in ClassPrepare()
Dti_thread.cc78 event_handler->DispatchEvent<kEvent>(self, in Post()
Dti_method.cc77 event_handler->DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>( in RegisterNativeMethod()