Home | History | Annotate | Download | only in src

Lines Matching refs:Address

92   void FindBreakLocationFromAddress(Address pc);
114 inline Address pc() { return reloc_iterator_->rinfo()->pc(); }
259 static bool IsDebugBreak(Address addr);
297 Address fp,
299 Address step_in_fp() { return thread_local_.step_into_fp_; }
300 Address* step_in_fp_addr() { return &thread_local_.step_into_fp_; }
303 Address step_out_fp() { return thread_local_.step_out_fp_; }
346 // Support for setting the address to jump to when returning from break point.
347 Address* after_break_target_address() {
348 return reinterpret_cast<Address*>(&thread_local_.after_break_target_);
350 Address* restarter_frame_function_pointer_address() {
351 Object*** address = &thread_local_.restarter_frame_function_pointer_;
352 return reinterpret_cast<Address*>(address);
430 // address this stub jumps to in the end.
432 // The top JS frame had been calling some C++ function. The return address
446 // Returns address of stack allocated pointer to restarted function,
448 // at this address (possibly updated by GC) may be used later when preparing
514 Address last_fp_;
520 Address step_into_fp_;
524 Address step_out_fp_;
527 Address after_break_target_;
539 // When restarter frame is on stack, stores the address
927 // Debug_Address encapsulates the Address pointers used in generating debug
945 Address address(Isolate* isolate) const {
949 return reinterpret_cast<Address>(debug->after_break_target_address());
951 return reinterpret_cast<Address>(debug->debug_break_return_address());
953 return reinterpret_cast<Address>(debug->debug_break_slot_address());
955 return reinterpret_cast<Address>(