Lines Matching refs:instrumentation
56 namespace instrumentation { namespace
95 explicit InstallStubsClassVisitor(Instrumentation* instrumentation) in InstallStubsClassVisitor() argument
96 : instrumentation_(instrumentation) {} in InstallStubsClassVisitor()
113 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in ~InstrumentationStackPopper()
122 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PopFramesTo()
423 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstrumentationInstallStack() local
427 thread, context.get(), instrumentation_exit_pc, instrumentation->current_force_deopt_id_); in InstrumentationInstallStack()
431 if (instrumentation->ShouldNotifyMethodEnterExitEvents()) { in InstrumentationInstallStack()
440 instrumentation->MethodEnterEvent(thread, (*ssi).this_object_, (*ssi).method_, 0); in InstrumentationInstallStack()
446 instrumentation->MethodEnterEvent( in InstrumentationInstallStack()
466 Instrumentation* instrumentation) in InstrumentationRestoreStack()
470 instrumentation_(instrumentation), in InstrumentationRestoreStack()
526 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack()
534 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in InstrumentationRestoreStack()
537 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstrumentationRestoreStack() local
540 RestoreStackVisitor visitor(thread, instrumentation_exit_pc, instrumentation); in InstrumentationRestoreStack()
1393 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PushInstrumentationStackFrame()
1416 instrumentation::InstrumentationStackFrame instrumentation_frame( in PushInstrumentationStackFrame()
1506 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PopInstrumentationStackFrame()
1628 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PopFramesForDeoptimization()