Searched refs:kMethodEntered (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | trace.cc | 245 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace() 265 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace() 424 … instrumentation::Instrumentation::kMethodEntered | in Start() 482 the_trace, instrumentation::Instrumentation::kMethodEntered | in StopTracing() 741 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodEntered, in MethodEntered() 911 case instrumentation::Instrumentation::kMethodEntered: in LogMethodTraceEvent()
|
D | instrumentation_test.cc | 355 case instrumentation::Instrumentation::kMethodEntered: in HasEventListener() 391 case instrumentation::Instrumentation::kMethodEntered: in ReportEvent() 443 case instrumentation::Instrumentation::kMethodEntered: in DidListenerReceiveEvent() 511 TestEvent(instrumentation::Instrumentation::kMethodEntered, in TEST_F()
|
D | instrumentation.h | 182 kMethodEntered = 0x1, enumerator
|
D | instrumentation.cc | 552 PotentiallyAddListenerTo(kMethodEntered, in AddListener() 634 PotentiallyRemoveListenerFrom(kMethodEntered, in RemoveListener()
|
D | debugger.cc | 3105 case instrumentation::Instrumentation::kMethodEntered: in GetReferenceCounterForEvent()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 134 art::instrumentation::Instrumentation::kMethodEntered | in StartTracing()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 169 return instrumentation::Instrumentation::kMethodEntered; in GetInstrumentationEventFor()
|
/art/openjdkjvmti/ |
D | events.cc | 953 return art::instrumentation::Instrumentation::kMethodEntered; in GetInstrumentationEventsFor()
|