Searched refs:GetPc (Results 1 – 2 of 2) sorted by relevance
822 bailout_id_, node_id.ToInt(), output_[index]->GetPc(), in DoComputeOutputFrames()915 is_bottommost ? caller_pc_ : output_[frame_index - 1]->GetPc(); in DoComputeInterpretedFrame()1115 is_bottommost ? caller_pc_ : output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame()1238 const intptr_t caller_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame()1624 is_bottommost ? caller_pc_ : output_[frame_index - 1]->GetPc(); in DoComputeBuiltinContinuation()
771 intptr_t GetPc() const { return pc_; } in GetPc() function