Home | History | Annotate | Download | only in debug

Lines Matching defs:rinfo

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