Home | History | Annotate | Download | only in arm

Lines Matching refs:fp

46   1 << 11;   // r11 v8 (fp in JavaScript code)
49 // The call code will take care of lr, fp, etc.
97 // The calling JS function is below FP.
100 // FP-relative displacement of the caller's SP. It points just
108 // FP-relative.
121 // FP-relative.
131 // FP-relative.
144 // FP-relative.
151 return Memory::Object_at(fp() + offset);
155 inline void StackHandler::SetFp(Address slot, Address fp) {
156 Memory::Address_at(slot) = fp;