Home | History | Annotate | Download | only in arm64

Lines Matching refs:fp

44   static const int kCallerFPOffset       =  0 * kPointerSize;   // <- fp
55 // FP-relative.
58 // There are two words on the stack (saved fp and saved lr) between fp and
68 // FP-relative.
78 // FP-relative.
91 // FP-relative.
98 return Memory::Object_at(fp() + offset);
102 inline void StackHandler::SetFp(Address slot, Address fp) {
103 Memory::Address_at(slot) = fp;