Home
last modified time | relevance | path

Searched refs:Instrumentation (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Dinstrumentation.cc57 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstallStubsClassVisitor()
61 Instrumentation::Instrumentation() in Instrumentation() function in art::instrumentation::Instrumentation
75 bool Instrumentation::InstallStubsForClass(mirror::Class* klass) { in InstallStubsForClass()
125 void Instrumentation::InstallStubsForMethod(mirror::ArtMethod* method) { in InstallStubsForMethod()
311 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstrumentationInstallStack()
343 Instrumentation* instrumentation) in InstrumentationRestoreStack()
402 Instrumentation* const instrumentation_; in InstrumentationRestoreStack()
413 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstrumentationRestoreStack()
424 void Instrumentation::AddListener(InstrumentationListener* listener, uint32_t events) { in AddListener()
485 void Instrumentation::RemoveListener(InstrumentationListener* listener, uint32_t events) { in RemoveListener()
[all …]
Dtrace.cc266 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
282 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited, in CompareAndUpdateStackTrace()
287 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
384 … instrumentation::Instrumentation::kMethodEntered | in Start()
385 instrumentation::Instrumentation::kMethodExited | in Start()
386 instrumentation::Instrumentation::kMethodUnwind); in Start()
426 … instrumentation::Instrumentation::kMethodEntered | in Stop()
427 … instrumentation::Instrumentation::kMethodExited | in Stop()
428 … instrumentation::Instrumentation::kMethodUnwind); in Stop()
594 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodEntered, in MethodEntered()
[all …]
Dinstrumentation.h103 class Instrumentation {
115 Instrumentation();
465 DISALLOW_COPY_AND_ASSIGN(Instrumentation);
Druntime.h410 const instrumentation::Instrumentation* GetInstrumentation() const { in GetInstrumentation()
414 instrumentation::Instrumentation* GetInstrumentation() { in GetInstrumentation()
618 instrumentation::Instrumentation instrumentation_;
Dquick_exception_handler.cc154 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in FindCatch()
341 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in UpdateInstrumentationStack()
Dtrace.h121 instrumentation::Instrumentation::InstrumentationEvent event,
Ddebugger.cc2950 case instrumentation::Instrumentation::kMethodEntered: in GetReferenceCounterForEvent()
2952 case instrumentation::Instrumentation::kMethodExited: in GetReferenceCounterForEvent()
2954 case instrumentation::Instrumentation::kDexPcMoved: in GetReferenceCounterForEvent()
2956 case instrumentation::Instrumentation::kFieldRead: in GetReferenceCounterForEvent()
2958 case instrumentation::Instrumentation::kFieldWritten: in GetReferenceCounterForEvent()
2960 case instrumentation::Instrumentation::kExceptionCaught: in GetReferenceCounterForEvent()
2969 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ProcessDeoptimizationRequest()
3184 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in SanityCheckExistingBreakpoints()
/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc34 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in artInstrumentationMethodEntryFromCode()
68 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in artInstrumentationMethodExitFromCode()
/art/runtime/jdwp/
Djdwp_event.cc149 return instrumentation::Instrumentation::kDexPcMoved; in GetInstrumentationEventFor()
152 return instrumentation::Instrumentation::kExceptionCaught; in GetInstrumentationEventFor()
154 return instrumentation::Instrumentation::kMethodEntered; in GetInstrumentationEventFor()
157 return instrumentation::Instrumentation::kMethodExited; in GetInstrumentationEventFor()
159 return instrumentation::Instrumentation::kFieldRead; in GetInstrumentationEventFor()
161 return instrumentation::Instrumentation::kFieldWritten; in GetInstrumentationEventFor()
/art/runtime/interpreter/
Dinterpreter_common.cc52 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoFieldGet()
133 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoIGetQuick()
231 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoFieldPut()
337 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoIPutQuick()
453 … const instrumentation::Instrumentation* instrumentation) { in FindNextInstructionFollowingException()
Dinterpreter_goto_table_impl.cc154 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteGotoImpl()
259 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteGotoImpl()
278 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteGotoImpl()
298 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteGotoImpl()
317 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteGotoImpl()
358 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteGotoImpl()
2401 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteGotoImpl()
2427 const instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); \ in ExecuteGotoImpl()
Dinterpreter_common.h339 uint32_t dex_pc, const instrumentation::Instrumentation* instrumentation)
Dinterpreter.cc506 const instrumentation::Instrumentation* const instrumentation = in EnterInterpreterFromDeoptimize()
Dinterpreter_switch_impl.cc72 …const instrumentation::Instrumentation* const instrumentation = Runtime::Current()->GetInstrumenta… in ExecuteSwitchImpl()