Home | History | Annotate | Download | only in src

Lines Matching defs:pc

187 void BreakLocationIterator::FindBreakLocationFromAddress(Address pc) {
193 if (this->pc() <= pc && pc - this->pc() < distance) {
195 distance = static_cast<int>(pc - this->pc());
892 // pc points to the instruction after the current one, possibly a break
894 break_location_iterator.FindBreakLocationFromAddress(frame->pc() - 1);
1338 // pc points to the instruction after the current one, possibly a break
1340 it.FindBreakLocationFromAddress(frame->pc() - 1);
1418 debug_info->code()->SourceStatementPosition(frame->pc());
1494 debug_info->code()->SourceStatementPosition(frame->pc());
1529 break_location_iterator->code()->SourceStatementPosition(frame->pc());
1745 byte *pc = code->instruction_start() + pc_offset;
1749 if (info->pc() >= pc) break;
1769 if (info->pc() - code->instruction_start() - reloc >= code_offset) break;
1808 static_cast<int>(frame->pc() - frame_code->instruction_start());
1812 // Compute the equivalent pc in the new code.
1819 "changing pc from %08" V8PRIxPTR " to %08" V8PRIxPTR "\n",
1830 reinterpret_cast<intptr_t>(frame->pc()),
2266 Address addr = Assembler::break_address_from_return_address(frame->pc());
2275 at_js_return = (it.rinfo()->pc() ==
2280 at_debug_break_slot = (it.rinfo()->pc() ==
2305 addr = Assembler::target_address_from_return_address(frame->pc());
2357 Address addr = Assembler::break_address_from_return_address(frame->pc());
2363 return (it.rinfo()->pc() ==
2428 it.frame()->pc() - code->instruction_start());