Lines Matching refs:rinfo
244 DebugCodegen::PatchDebugBreakSlot(isolate(), rinfo()->pc(), target); in SetDebugBreak()
249 DebugCodegen::ClearDebugBreakSlot(isolate(), rinfo()->pc()); in ClearDebugBreak()
254 return DebugCodegen::DebugBreakSlotIsPatched(rinfo()->pc()); in IsDebugBreak()
1155 RelocInfo* rinfo = it.rinfo(); in ComputeNewPcForRedirect() local
1156 Address current_pc = rinfo->pc(); in ComputeNewPcForRedirect()
1160 target = Code::GetCodeFromTargetAddress(rinfo->target_address()); in ComputeNewPcForRedirect()
1166 RelocInfo* rinfo = it.rinfo(); in ComputeNewPcForRedirect() local
1167 Address current_pc = rinfo->pc(); in ComputeNewPcForRedirect()
1169 Code* current = Code::GetCodeFromTargetAddress(rinfo->target_address()); in ComputeNewPcForRedirect()
1177 RelocInfo* rinfo = it.rinfo(); in ComputeNewPcForRedirect() local
1178 Code* current = Code::GetCodeFromTargetAddress(rinfo->target_address()); in ComputeNewPcForRedirect()
1180 if (index == 0) return rinfo->pc() + delta; in ComputeNewPcForRedirect()