Searched defs:caller_fp (Results 1 – 3 of 3) sorted by relevance
337 Address caller_fp = Memory::Address_at( in IsValidCaller() local482 void EntryFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()520 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()591 void StandardFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()
169 inline Address StandardFrame::caller_fp() const { in caller_fp() function
162 Address caller_fp = Memory::Address_at(fp + kCallerOffset); in CalledAsConstructor() local