Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h429 void PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object,
Dinstrumentation.cc1123 void Instrumentation::PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object, in PushInstrumentationStackFrame() function in art::instrumentation::Instrumentation
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1018 instrumentation->PushInstrumentationStackFrame(self, in artInstrumentationMethodEntryFromCode()