Home | History | Annotate | Download | only in src

Lines Matching refs:Address

76   void FindBreakLocationFromAddress(Address pc);
100 inline Address pc() { return reloc_iterator_->rinfo()->pc(); }
405 Address fp,
424 static bool IsDebugBreak(Address addr);
477 Address is_active_address() {
478 return reinterpret_cast<Address>(&is_active_);
481 Address after_break_target_address() {
482 return reinterpret_cast<Address>(&after_break_target_);
485 Address restarter_frame_function_pointer_address() {
486 Object*** address = &thread_local_.restarter_frame_function_pointer_;
487 return reinterpret_cast<Address>(address);
490 Address step_in_fp_addr() {
491 return reinterpret_cast<Address>(&thread_local_.step_into_fp_);
590 // Note that this address is not GC safe. It should be computed immediately
592 Address after_break_target_;
619 Address last_fp_;
625 Address step_into_fp_;
629 Address step_out_fp_;
635 // When restarter frame is on stack, stores the address