Lines Matching refs:Address
825 // cleans the stack and jumps. We should patch the jump address.
943 virtual void VisitCodeEntry(Address entry) {
945 Address substitution_entry = substitution_->instruction_start();
953 Address substitution_entry = substitution_->instruction_start();
1550 Address* pointer_address =
1557 Address* above_frame_address = pointer_address;
1571 // Returns address of stack allocated pointer to restarted function,
1573 // at this address (possibly updated by GC) may be used later when preparing
1584 Address fp = bottom_js_frame->fp();
1662 Address unused_stack_top = top_frame->sp();
1664 Address unused_stack_bottom = bottom_js_frame->fp()
1665 - new_frame_size + kPointerSize; // Bigger address end is exclusive.
1667 Address* top_frame_pc_address = top_frame->pc_address();
1677 Address padding_start = pre_top_frame->fp() -
1680 Address padding_pointer = padding_start;
1704 STATIC_ASSERT(sizeof(Address) == kPointerSize);
1726 for (Address a = unused_stack_top;