HomeSort by relevance Sort by last modified time
    Searched refs:DispatchEvent (Results 1 - 25 of 28) sorted by null

1 2

  /art/runtime/openjdkjvmti/
object_tagging.cc 64 event_handler_->DispatchEvent<ArtJvmtiEvent::kObjectFree>(jvmti_env_, nullptr, tag);
ti_dump.cc 51 event_handler->DispatchEvent<ArtJvmtiEvent::kDataDumpRequest>(nullptr);
ti_phase.cc 67 event_handler->DispatchEvent<ArtJvmtiEvent::kVmStart>(nullptr, GetJniEnv());
76 event_handler->DispatchEvent<ArtJvmtiEvent::kVmInit>(nullptr, GetJniEnv(), thread.get());
83 event_handler->DispatchEvent<ArtJvmtiEvent::kVmDeath>(nullptr, GetJniEnv());
events-inl.h 171 // Our goal for DispatchEvent: Do not allow implicit type conversion. Types of ...args must match
175 inline void EventHandler::DispatchEvent(art::Thread* thread, Args... args) const {
178 DispatchEvent<kEvent, Args...>(env, thread, args...);
184 inline void EventHandler::DispatchEvent(ArtJvmTiEnv* env, art::Thread* thread, Args... args) const {
197 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(art::Thread* thread,
217 // The following two DispatchEvent specializations dispatch to it.
219 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookRetransformable>(
243 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookNonRetransformable>(
events.h 162 inline void DispatchEvent(art::Thread* thread, Args... args) const;
166 inline void DispatchEvent(ArtJvmTiEnv* env, art::Thread* thread, Args... args) const;
transform.cc 74 event_handler->DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookRetransformable>(
events.cc 218 handler_->DispatchEvent<ArtJvmtiEvent::kVmObjectAlloc>(self,
252 handler_->DispatchEvent<ArtJvmtiEvent::kGarbageCollectionStart>(nullptr);
256 handler_->DispatchEvent<ArtJvmtiEvent::kGarbageCollectionFinish>(nullptr);
ti_class.cc 177 event_handler->DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookNonRetransformable>(
200 event_handler->DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookRetransformable>(
293 event_handler->DispatchEvent<ArtJvmtiEvent::kClassLoad>(
320 event_handler->DispatchEvent<ArtJvmtiEvent::kClassPrepare>(
    [all...]
ti_method.cc 63 event_handler->DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(
ti_thread.cc 72 event_handler->DispatchEvent<kEvent>(self,
  /external/pdfium/xfa/fwl/
cfwl_pushbutton.cpp 182 DispatchEvent(&wmClick);
234 DispatchEvent(&wmMouse);
237 DispatchEvent(&wmClick);
cfwl_spinbutton.cpp 218 DispatchEvent(&wmPosChanged);
338 DispatchEvent(&wmPosChanged);
353 pButton->DispatchEvent(&wmPosChanged);
cfwl_widget.h 143 void DispatchEvent(CFWL_Event* pEvent);
cfwl_combobox.cpp 343 DispatchEvent(&ev);
483 DispatchEvent(&ev);
536 DispatchEvent(&preEvent);
565 DispatchEvent(&postEvent);
751 DispatchEvent(&pScrollEv);
754 DispatchEvent(&pTemp);
cfwl_datetimepicker.cpp 172 DispatchEvent(&ev);
321 DispatchEvent(&ev);
cfwl_widget.cpp 499 void CFWL_Widget::DispatchEvent(CFWL_Event* pEvent) {
605 pWidget->DispatchEvent(&evt);
cfwl_checkbox.cpp 222 DispatchEvent(&wmCheckBoxState);
cfwl_edit.cpp 211 DispatchEvent(&checkWordEvent);
222 DispatchEvent(&checkWordEvent);
427 DispatchEvent(&event);
467 DispatchEvent(&event);
    [all...]
cfwl_scrollbar.cpp 324 DispatchEvent(&ev);
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 824 milliseconds

1 2