Home
last modified time | relevance | path

Searched refs:PushInstrumentationStackFrame (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc45 instrumentation->PushInstrumentationStackFrame(self, method->IsStatic() ? nullptr : this_object, in artInstrumentationMethodEntryFromCode()
/art/runtime/
Dinstrumentation.h394 void PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object,
Dinstrumentation.cc1049 void Instrumentation::PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object, in PushInstrumentationStackFrame() function in art::instrumentation::Instrumentation