Searched refs:GetPc (Results 1 – 2 of 2) sorted by relevance
1044 frame_writer.PushApprovedCallerPc(output_[frame_index - 1]->GetPc()); in DoComputeInterpretedFrame()1290 output_frame->SetPc(output_[frame_index - 1]->GetPc()); in DoComputeArgumentsAdaptorFrame()1360 frame_writer.PushApprovedCallerPc(output_[frame_index - 1]->GetPc()); in DoComputeArgumentsAdaptorFrame()1472 const intptr_t caller_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame()1831 frame_writer.PushApprovedCallerPc(output_[frame_index - 1]->GetPc()); in DoComputeBuiltinContinuation()
762 intptr_t GetPc() const { return pc_; } in GetPc() function