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

  /art/runtime/
trace.cc 273 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited,
378 instrumentation::Instrumentation::kMethodExited |
434 instrumentation::Instrumentation::kMethodExited |
521 instrumentation::Instrumentation::kMethodExited |
562 instrumentation::Instrumentation::kMethodExited |
793 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodExited,
    [all...]
instrumentation_test.cc 348 case instrumentation::Instrumentation::kMethodExited:
382 case instrumentation::Instrumentation::kMethodExited: {
426 case instrumentation::Instrumentation::kMethodExited:
493 TestEvent(instrumentation::Instrumentation::kMethodExited,
512 TestEvent(instrumentation::Instrumentation::kMethodExited,
    [all...]
instrumentation.h 156 kMethodExited = 0x2,
instrumentation.cc 467 PotentiallyAddListenerTo(kMethodExited,
544 PotentiallyRemoveListenerFrom(kMethodExited,
    [all...]
debugger.cc 158 // We also listen to kMethodExited instrumentation event and the current instruction is a
205 // We also listen to kMethodExited instrumentation event and the current instruction is a
278 return IsListeningTo(instrumentation::Instrumentation::kMethodExited);
    [all...]
  /art/runtime/openjdkjvmti/
events.cc 576 return art::instrumentation::Instrumentation::kMethodExited |
  /art/runtime/jdwp/
jdwp_event.cc 172 return instrumentation::Instrumentation::kMethodExited;
    [all...]

Completed in 122 milliseconds