Home | History | Annotate | Download | only in src

Lines Matching refs:caller_fp

295     Address caller_fp = Memory::Address_at(
297 if (!IsValidExitFrame(caller_fp)) return false;
476 void EntryFrame::SetCallerFp(Address caller_fp) {
478 Memory::Address_at(this->fp() + offset) = caller_fp;
518 caller_fp) {
519 Memory::Address_at(fp() + ExitFrameConstants::kCallerFPOffset) = caller_fp;
593 state->fp = caller_fp();
601 void StandardFrame::SetCallerFp(Address caller_fp) {
603 caller_fp;
725 Address fp = caller_fp();
737 return Smi::cast(GetExpression(caller_fp(), 0))->value();