Searched refs:return_pc_ (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc216 last_return_pc_ = frame.return_pc_;
240 return_pc = frame.return_pc_;
364 SetReturnPc(instrumentation_frame.return_pc_);
1078 *return_pc = instrumentation_frame.return_pc_;
1163 return instrumentation_frame.return_pc_;
1169 << reinterpret_cast<void*>(return_pc_) << " this=" << reinterpret_cast<void*>(this_object_);
H A Dinstrumentation.h613 : this_object_(this_object), method_(method), return_pc_(return_pc), frame_id_(frame_id),
621 uintptr_t return_pc_; member in struct:art::instrumentation::InstrumentationStackFrame
H A Dstack.cc899 return_pc = instrumentation_frame.return_pc_;
/art/runtime/jit/
H A Djit_code_cache.cc853 // The 'method_' in InstrumentationStackFrame is the one that has return_pc_ in
854 // its stack frame, it is not the method owning return_pc_. We just pass null to
857 code_cache_->LookupMethodHeader(frame.return_pc_, nullptr);

Completed in 44 milliseconds