HomeSort by relevance Sort by last modified time
    Searched refs:kFramePop (Results 1 - 3 of 3) sorted by null

  /art/openjdkjvmti/
events-inl.h 103 fn(FramePop, ArtJvmtiEvent::kFramePop) \
331 // the kBreakpoint, kFramePop, kFieldAccess, and kFieldModification events.
350 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFramePop>(
362 ShouldDispatchOnThread<ArtJvmtiEvent::kFramePop>(env, thread);
411 inline void EventHandler::ExecuteCallback<ArtJvmtiEvent::kFramePop>(
412 impl::EventHandlerFunc<ArtJvmtiEvent::kFramePop> event,
418 ExecuteCallback<ArtJvmtiEvent::kFramePop>(event, jnienv, jni_thread, jmethod, is_exception);
events.cc 704 RunEventCallback<ArtJvmtiEvent::kFramePop>(
    [all...]
events.h 54 kFramePop = JVMTI_EVENT_FRAME_POP,

Completed in 63 milliseconds