Lines Matching refs:caller_fp
296 Address caller_fp = Memory::Address_at( in IsValidCaller() local
298 if (!IsValidExitFrame(caller_fp)) return false; in IsValidCaller()
509 void EntryFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() argument
511 Memory::Address_at(this->fp() + offset) = caller_fp; in SetCallerFp()
551 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() argument
552 Memory::Address_at(fp() + ExitFrameConstants::kCallerFPOffset) = caller_fp; in SetCallerFp()
626 state->fp = caller_fp(); in ComputeCallerState()
634 void StandardFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() argument
636 caller_fp; in SetCallerFp()
745 Address fp = caller_fp(); in IsConstructor()
766 return Smi::cast(GetExpression(caller_fp(), 0))->value(); in GetArgumentsLength()