Lines Matching refs:RunEventCallback

272 static void RunEventCallback(EventHandler* handler,  in RunEventCallback()  function
339 RunEventCallback<ArtJvmtiEvent::kVmObjectAlloc>(handler_, in ObjectAllocated()
373 RunEventCallback<ArtJvmtiEvent::kMonitorContendedEnter>( in MonitorContendedLocking()
387 RunEventCallback<ArtJvmtiEvent::kMonitorContendedEntered>( in MonitorContendedLocked()
401 RunEventCallback<ArtJvmtiEvent::kMonitorWait>( in ObjectWaitStart()
428 RunEventCallback<ArtJvmtiEvent::kMonitorWaited>( in MonitorWaitFinished()
483 RunEventCallback<ArtJvmtiEvent::kMonitorWait>( in ThreadParkStart()
515 RunEventCallback<ArtJvmtiEvent::kMonitorWaited>( in ThreadParkFinished()
635 RunEventCallback<ArtJvmtiEvent::kMethodEntry>(event_handler_, in MethodEntered()
688 RunEventCallback<ArtJvmtiEvent::kMethodExit>( in MethodExited()
738 RunEventCallback<ArtJvmtiEvent::kMethodExit>( in MethodExited()
765 RunEventCallback<ArtJvmtiEvent::kMethodExit>( in MethodUnwind()
797 RunEventCallback<ArtJvmtiEvent::kSingleStep>(event_handler_, self, jnienv, jmethod, location); in DexPcMoved()
801 RunEventCallback<ArtJvmtiEvent::kBreakpoint>(event_handler_, self, jnienv, jmethod, location); in DexPcMoved()
822 RunEventCallback<ArtJvmtiEvent::kFieldAccess>(event_handler_, in FieldRead()
853 RunEventCallback<ArtJvmtiEvent::kFieldModification>( in FieldWritten()
890 RunEventCallback<ArtJvmtiEvent::kFieldModification>( in FieldWritten()
916 RunEventCallback<ArtJvmtiEvent::kFramePop>( in WatchedFramePop()
1010 RunEventCallback<ArtJvmtiEvent::kException>( in ExceptionThrown()
1036 RunEventCallback<ArtJvmtiEvent::kExceptionCatch>( in ExceptionHandled()