Home | History | Annotate | Download | only in runtime

Lines Matching refs:Instrumentation

40 #include "instrumentation.h"
77 // The key identifying the tracer to update instrumentation.
245 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered,
260 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited,
265 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered,
397 // Since we need to hold the method entrypoint across a suspend to ensure instrumentation
424 instrumentation::Instrumentation::kMethodEntered |
425 instrumentation::Instrumentation::kMethodExited |
426 instrumentation::Instrumentation::kMethodUnwind);
482 the_trace, instrumentation::Instrumentation::kMethodEntered |
483 instrumentation::Instrumentation::kMethodExited |
484 instrumentation::Instrumentation::kMethodUnwind);
741 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodEntered,
753 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodExited,
764 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind,
876 instrumentation::Instrumentation::InstrumentationEvent event,
911 case instrumentation::Instrumentation::kMethodEntered:
914 case instrumentation::Instrumentation::kMethodExited:
917 case instrumentation::Instrumentation::kMethodUnwind: