Home | History | Annotate | Download | only in src

Lines Matching refs:fp

139   int Rewind(Isolate* isolate, FixedArray* array, int offset, Address fp);
148 inline void SetFp(Address slot, Address fp);
169 // Fixed part of the frame consists of return address, caller fp,
216 State() : sp(NULL), fp(NULL), pc_address(NULL) { }
218 Address fp;
250 Address fp() const { return state_.fp; }
254 // unaligned frame pointer. When the frame is deoptimized its FP will shift
263 // Manually changes value of fp in this object.
264 void UpdateFp(Address fp) { state_.fp = fp; }
436 static Type GetStateForFramePointer(Address fp, State* state);
437 static Address ComputeStackPointer(Address fp);
438 static void FillState(Address fp, Address sp, State* state);
464 static Object* GetExpression(Address fp, int index);
484 static inline Address ComputePCAddress(Address fp);
492 static Address GetExpressionAddress(Address fp, int n);
500 static inline bool IsArgumentsAdaptorFrame(Address fp);
504 static inline bool IsConstructFrame(Address fp);
887 Address fp, Address sp,
903 bool IsValidExitFrame(Address fp) const;