Lines Matching refs:RunEventCallback
247 static void RunEventCallback(EventHandler* handler, in RunEventCallback() function
315 RunEventCallback<ArtJvmtiEvent::kVmObjectAlloc>(handler_, in ObjectAllocated()
350 RunEventCallback<ArtJvmtiEvent::kMonitorContendedEnter>( in MonitorContendedLocking()
364 RunEventCallback<ArtJvmtiEvent::kMonitorContendedEntered>( in MonitorContendedLocked()
378 RunEventCallback<ArtJvmtiEvent::kMonitorWait>( in ObjectWaitStart()
405 RunEventCallback<ArtJvmtiEvent::kMonitorWaited>( in MonitorWaitFinished()
460 RunEventCallback<ArtJvmtiEvent::kMonitorWait>( in ThreadParkStart()
492 RunEventCallback<ArtJvmtiEvent::kMonitorWaited>( in ThreadParkFinished()
585 RunEventCallback<ArtJvmtiEvent::kMethodEntry>(event_handler_, in MethodEntered()
609 RunEventCallback<ArtJvmtiEvent::kMethodExit>( in MethodExited()
637 RunEventCallback<ArtJvmtiEvent::kMethodExit>( in MethodExited()
664 RunEventCallback<ArtJvmtiEvent::kMethodExit>( in MethodUnwind()
696 RunEventCallback<ArtJvmtiEvent::kSingleStep>(event_handler_, self, jnienv, jmethod, location); in DexPcMoved()
700 RunEventCallback<ArtJvmtiEvent::kBreakpoint>(event_handler_, self, jnienv, jmethod, location); in DexPcMoved()
718 RunEventCallback<ArtJvmtiEvent::kFieldAccess>(event_handler_, in FieldRead()
746 RunEventCallback<ArtJvmtiEvent::kFieldModification>( in FieldWritten()
780 RunEventCallback<ArtJvmtiEvent::kFieldModification>( in FieldWritten()
806 RunEventCallback<ArtJvmtiEvent::kFramePop>( in WatchedFramePop()
900 RunEventCallback<ArtJvmtiEvent::kException>( in ExceptionThrown()
926 RunEventCallback<ArtJvmtiEvent::kExceptionCatch>( in ExceptionHandled()