Home | History | Annotate | Download | only in arm

Lines Matching refs:fp

71   1 << 11;   // r11 v8 (fp in JavaScript code)
74 // The call code will take care of lr, fp, etc.
117 // The calling JS function is below FP.
120 // FP-relative displacement of the caller's SP. It points just
128 // FP-relative.
141 // FP-relative.
151 // FP-relative.
164 // FP-relative.
171 return Memory::Object_at(fp() + offset);
175 inline void StackHandler::SetFp(Address slot, Address fp) {
176 Memory::Address_at(slot) = fp;