Lines Matching refs:Address

39     Address inner_pointer;
48 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
49 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer);
55 InnerPointerToCodeCacheEntry* GetCacheEntry(Address inner_pointer);
98 inline Address address() const;
104 inline bool includes(Address address) const;
110 static inline StackHandler* FromAddress(Address address);
120 int Rewind(Isolate* isolate, FixedArray* array, int offset, Address fp);
130 inline void SetFp(Address slot, Address fp);
207 Address sp;
208 Address fp;
209 Address* pc_address;
210 Address* constant_pool_address;
240 Address sp() const { return state_.sp; } in sp()
241 Address fp() const { return state_.fp; } in fp()
242 Address caller_sp() const { return GetCallerStackPointer(); } in caller_sp()
247 Address UnpaddedFP() const;
249 Address pc() const { return *pc_address(); } in pc()
250 void set_pc(Address pc) { *pc_address() = pc; } in set_pc()
252 Address constant_pool() const { return *constant_pool_address(); } in constant_pool()
254 *constant_pool_address() = reinterpret_cast<Address>(constant_pool); in set_constant_pool()
257 virtual void SetCallerFp(Address caller_fp) = 0;
260 void UpdateFp(Address fp) { state_.fp = fp; } in UpdateFp()
262 Address* pc_address() const { return state_.pc_address; } in pc_address()
264 Address* constant_pool_address() const { in constant_pool_address()
285 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
291 Address pc,
296 static void IteratePc(ObjectVisitor* v, Address* pc_address, Code* holder);
305 static inline Address* ResolveReturnAddressLocation(Address* pc_address);
321 virtual Address GetCallerStackPointer() const = 0;
377 virtual void SetCallerFp(Address caller_fp);
385 virtual Address GetCallerStackPointer() const { return 0; } in GetCallerStackPointer()
427 virtual void SetCallerFp(Address caller_fp);
437 static Type GetStateForFramePointer(Address fp, State* state);
438 static Address ComputeStackPointer(Address fp);
439 static void FillState(Address fp, Address sp, State* state);
444 virtual Address GetCallerStackPointer() const;
465 static Object* GetExpression(Address fp, int index);
467 virtual void SetCallerFp(Address caller_fp);
480 inline Address caller_fp() const;
481 inline Address caller_pc() const;
485 static inline Address ComputePCAddress(Address fp);
489 static inline Address ComputeConstantPoolAddress(Address fp);
496 Address GetExpressionAddress(int n) const;
497 static Address GetExpressionAddress(Address fp, int n);
505 static inline bool IsArgumentsAdaptorFrame(Address fp);
509 static inline bool IsConstructFrame(Address fp);
535 Address pc() { return code_->address() + offset_; } in pc()
560 inline Address GetParameterSlot(int index) const;
567 inline Address GetOperandSlot(int index) const;
618 Address pc, FILE* file,
627 virtual Address GetCallerStackPointer() const;
655 virtual Address GetCallerStackPointer() const;
716 virtual Address GetCallerStackPointer() const;
741 virtual Address GetCallerStackPointer() const;
775 virtual Address GetCallerStackPointer() const;
896 Address fp, Address sp,
897 Address js_entry_sp);
907 bool IsValidStackAddress(Address addr) const { in IsValidStackAddress()
912 bool IsValidExitFrame(Address fp) const;
915 const Address low_bound_;
916 const Address high_bound_;