Home | History | Annotate | Download | only in mips

Lines Matching refs:fp

52   1 << 30;   // fp/s8
123 22, // fp
146 // The calling JS function is between FP and PC.
152 // FP-relative displacement of the caller's SP.
161 // FP-relative.
174 // FP-relative.
184 // FP-relative.
197 // FP-relative.
204 return Memory::Object_at(fp() + offset);
208 inline void StackHandler::SetFp(Address slot, Address fp) {
209 Memory::Address_at(slot) = fp;