Searched refs:DispatchEvent (Results 1 – 9 of 9) sorted by relevance
/art/openjdkjvmti/ |
D | ti_phase.cc | 68 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()
|
D | ti_dump.cc | 50 event_handler->DispatchEvent<ArtJvmtiEvent::kDataDumpRequest>(art::Thread::Current()); in SigQuit()
|
D | events-inl.h | 268 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>(
|
D | events.h | 209 inline void DispatchEvent(art::Thread* thread, Args... args) const 220 inline void DispatchEvent(art::Thread* thread, JNIEnv* jnienv, Args... args) const
|
D | events.cc | 248 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()
|
D | transform.cc | 266 event_handler->DispatchEvent<kEvent>( in TransformSingleClassDirect()
|
D | ti_class.cc | 279 event_handler->DispatchEvent<ArtJvmtiEvent::kClassLoad>( in ClassLoad() 306 event_handler->DispatchEvent<ArtJvmtiEvent::kClassPrepare>( in ClassPrepare()
|
D | ti_thread.cc | 78 event_handler->DispatchEvent<kEvent>(self, in Post()
|
D | ti_method.cc | 77 event_handler->DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>( in RegisterNativeMethod()
|