Searched refs:kMethodEntered (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | trace.cc | 259 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace() 279 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace() 384 … instrumentation::Instrumentation::kMethodEntered | in Start() 439 the_trace, instrumentation::Instrumentation::kMethodEntered | in StopTracing() 525 instrumentation::Instrumentation::kMethodEntered | in Pause() 566 instrumentation::Instrumentation::kMethodEntered | in Resume() 786 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodEntered, in MethodEntered() 952 case instrumentation::Instrumentation::kMethodEntered: in LogMethodTraceEvent()
|
D | instrumentation_test.cc | 367 case instrumentation::Instrumentation::kMethodEntered: in HasEventListener() 405 case instrumentation::Instrumentation::kMethodEntered: in ReportEvent() 460 case instrumentation::Instrumentation::kMethodEntered: in DidListenerReceiveEvent() 530 TestEvent(instrumentation::Instrumentation::kMethodEntered, in TEST_F()
|
D | instrumentation.cc | 488 PotentiallyAddListenerTo(kMethodEntered, in AddListener() 575 PotentiallyRemoveListenerFrom(kMethodEntered, in RemoveListener()
|
D | instrumentation.h | 168 kMethodEntered = 0x1, enumerator
|
D | debugger.cc | 3215 case instrumentation::Instrumentation::kMethodEntered: in GetReferenceCounterForEvent()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 169 return instrumentation::Instrumentation::kMethodEntered; in GetInstrumentationEventFor()
|
/art/openjdkjvmti/ |
D | events.cc | 861 return art::instrumentation::Instrumentation::kMethodEntered; in GetInstrumentationEventsFor()
|