Home | History | Annotate | Download | only in src

Lines Matching refs:rinfo

140             rinfo()->data() - debug_info_->shared()->start_position());
145 rinfo()->data() - debug_info_->shared()->start_position());
393 Address target = rinfo()->target_address();
406 rinfo()->set_target_address(stub->entry());
455 return Debug::IsDebugBreak(rinfo()->target_address());
463 original_rinfo()->set_target_address(rinfo()->target_address());
467 Address target = rinfo()->target_address();
473 rinfo()->set_target_address(dbgbrk_code->entry());
480 rinfo()->set_target_address(original_rinfo()->target_address());
1353 if (RelocInfo::IsCodeTarget(it.rinfo()->rmode())) {
1355 Address target = it.rinfo()->target_address();
1845 RelocInfo* info = it.rinfo();
2131 if (RelocInfo::IsJSReturn(it.rinfo()->rmode())) {
2132 at_js_return = (it.rinfo()->pc() ==
2134 break_at_js_return_active = it.rinfo()->IsPatchedReturnSequence();
2136 if (RelocInfo::IsDebugBreakSlot(it.rinfo()->rmode())) {
2137 at_debug_break_slot = (it.rinfo()->pc() ==
2217 if (RelocInfo::IsJSReturn(it.rinfo()->rmode())) {
2218 return (it.rinfo()->pc() ==