Searched defs:instrumentation_frame (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | instrumentation.cc | 221 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(), in InstrumentationInstallStack() local 274 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(), in InstrumentationInstallStack() local 1025 static void CheckStackDepth(Thread* self, const InstrumentationStackFrame& instrumentation_frame, in CheckStackDepth() 1046 instrumentation::InstrumentationStackFrame instrumentation_frame(this_object, method, lr, in PushInstrumentationStackFrame() local 1061 InstrumentationStackFrame instrumentation_frame = stack->front(); in PopInstrumentationStackFrame() local 1116 InstrumentationStackFrame instrumentation_frame = stack->front(); in PopMethodForUnwind() local
|
D | stack.cc | 558 const instrumentation::InstrumentationStackFrame& instrumentation_frame = in WalkStack() local
|