• Home
  • Raw
  • Download

Lines Matching refs:instrumentation

42 namespace instrumentation {  namespace
46 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstallStubsClassVisitor() local
47 return instrumentation->InstallStubsForClass(klass); in InstallStubsClassVisitor()
167 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstrumentationInstallStack() local
175 instrumentation->MethodEnterEvent(thread, this_object, method, dex_pc); in InstrumentationInstallStack()
185 Instrumentation* instrumentation) in InstrumentationRestoreStack()
188 instrumentation_(instrumentation), in InstrumentationRestoreStack()
240 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack()
248 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack(); in InstrumentationRestoreStack()
250 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstrumentationRestoreStack() local
252 RestoreStackVisitor visitor(thread, instrumentation_exit_pc, instrumentation); in InstrumentationRestoreStack()
486 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PushInstrumentationStackFrame()
490 instrumentation::InstrumentationStackFrame instrumentation_frame(this_object, method, lr, in PushInstrumentationStackFrame()
500 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopInstrumentationStackFrame()
554 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopMethodForUnwind()