Lines Matching refs:Address
54 Address pc;
63 Code* GcSafeFindCodeForPc(Address pc);
64 Code* GcSafeCastToCode(HeapObject* object, Address pc);
70 PcToCodeCacheEntry* GetCacheEntry(Address pc);
93 inline Address address() const;
99 inline bool includes(Address address) const;
105 static inline StackHandler* FromAddress(Address address);
116 inline Address* pc_address() const;
162 Address sp;
163 Address fp;
164 Address* pc_address;
191 Address sp() const { return state_.sp; } in sp()
192 Address fp() const { return state_.fp; } in fp()
193 Address caller_sp() const { return GetCallerStackPointer(); } in caller_sp()
195 Address pc() const { return *pc_address(); } in pc()
196 void set_pc(Address pc) { *pc_address() = pc; } in set_pc()
198 virtual void SetCallerFp(Address caller_fp) = 0;
200 Address* pc_address() const { return state_.pc_address; } in pc_address()
221 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
227 Address pc,
232 static void IteratePc(ObjectVisitor* v, Address* pc_address, Code* holder);
248 virtual Address GetCallerStackPointer() const = 0;
297 virtual void SetCallerFp(Address caller_fp);
305 virtual Address GetCallerStackPointer() const { return 0; } in GetCallerStackPointer()
347 virtual void SetCallerFp(Address caller_fp);
357 static Type GetStateForFramePointer(Address fp, State* state);
358 static Address ComputeStackPointer(Address fp);
359 static void FillState(Address fp, Address sp, State* state);
364 virtual Address GetCallerStackPointer() const;
386 virtual void SetCallerFp(Address caller_fp);
400 inline Address caller_fp() const;
401 inline Address caller_pc() const;
405 static inline Address ComputePCAddress(Address fp);
412 Address GetExpressionAddress(int n) const;
420 static inline bool IsArgumentsAdaptorFrame(Address fp);
424 static inline bool IsConstructFrame(Address fp);
447 Address pc() { return code_->address() + offset_; } in pc()
472 inline Address GetParameterSlot(int index) const;
512 virtual Address GetCallerStackPointer() const;
580 virtual Address GetCallerStackPointer() const;
606 virtual Address GetCallerStackPointer() const;
648 StackFrameIterator(Isolate* isolate, bool use_top, Address fp, Address sp);
671 Address fp_;
672 Address sp_;
707 JavaScriptFrameIteratorTemp(Address fp, Address sp, in JavaScriptFrameIteratorTemp()
708 Address low_bound, Address high_bound) : in JavaScriptFrameIteratorTemp()
714 Address fp, Address sp, in JavaScriptFrameIteratorTemp()
715 Address low_bound, Address high_bound) : in JavaScriptFrameIteratorTemp()
761 Address fp, Address sp,
762 Address low_bound, Address high_bound);
777 Address low_bound, Address high_bound, Address addr) { in IsWithinBounds()
784 StackAddressValidator(Address low_bound, Address high_bound) in StackAddressValidator()
786 bool IsValid(Address addr) const { in IsValid()
790 Address low_bound_;
791 Address high_bound_;
798 ExitFrameValidator(Address low_bound, Address high_bound) in ExitFrameValidator()
800 bool IsValidFP(Address fp);
805 bool IsValidStackAddress(Address addr) const { in IsValidStackAddress()
812 Address low_bound, Address high_bound);
845 Address fp, Address sp,
846 Address low_bound, Address high_bound);