Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc255 last_return_pc_ = frame.return_pc_; in InstrumentationInstallStack()
269 return_pc = frame.return_pc_; in InstrumentationInstallStack()
416 SetReturnPc(instrumentation_frame.return_pc_); in InstrumentationRestoreStack()
1314 *return_pc = instrumentation_frame.return_pc_; in PopInstrumentationStackFrame()
1446 return instrumentation_frame.return_pc_; in PopMethodForUnwind()
1452 << reinterpret_cast<void*>(return_pc_) << " this=" << reinterpret_cast<void*>(this_object_); in Dump()
Dinstrumentation.h731 return_pc_(return_pc), in InstrumentationStackFrame()
740 uintptr_t return_pc_; member
Dstack.cc903 return_pc = instrumentation_frame.return_pc_; in WalkStack()