Home | History | Annotate | Download | only in src

Lines Matching refs:fp

240     state->fp = reinterpret_cast<Address>(simulator_->get_register(
243 if (simulator_->sp() == 0 || simulator_->fp() == 0) {
245 // the sp or fp register. ARM64 simulator does this in two steps:
247 // Bailout if sp/fp doesn't contain the new value.
252 state->fp = reinterpret_cast<Address>(simulator_->fp());
257 state->fp = reinterpret_cast<Address>(simulator_->get_register(
258 Simulator::fp));
354 // the sp or fp register. ARM64 simulator does this in two steps:
356 // Bailout if sp/fp doesn't contain the new value.
357 if (state.sp == 0 || state.fp == 0) return;
368 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
372 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_RBP]);
380 state.fp = reinterpret_cast<Address>(mcontext.gregs[R11]);
384 state.fp = reinterpret_cast<Address>(mcontext.arm_fp);
390 // FP is an alias for x29.
391 state.fp = reinterpret_cast<Address>(mcontext.regs[29]);
395 state.fp = reinterpret_cast<Address>(mcontext.gregs[30]);
402 state.fp = reinterpret_cast<Address>(mcontext->__ss.__rbp);
406 state.fp = reinterpret_cast<Address>(mcontext->ss.rbp);
412 state.fp = reinterpret_cast<Address>(mcontext->__ss.__ebp);
416 state.fp = reinterpret_cast<Address>(mcontext->ss.ebp);
423 state.fp = reinterpret_cast<Address>(mcontext.mc_ebp);
427 state.fp = reinterpret_cast<Address>(mcontext.mc_rbp);
431 state.fp = reinterpret_cast<Address>(mcontext.mc_r11);
437 state.fp = reinterpret_cast<Address>(mcontext.__gregs[_REG_EBP]);
441 state.fp = reinterpret_cast<Address>(mcontext.__gregs[_REG_RBP]);
447 state.fp = reinterpret_cast<Address>(ucontext->sc_ebp);
451 state.fp = reinterpret_cast<Address>(ucontext->sc_rbp);
456 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_FP]);
461 state.fp = reinterpret_cast<Address>(mcontext.cpu.ebp);
465 state.fp = reinterpret_cast<Address>(mcontext.cpu.gpr[ARM_REG_FP]);
597 SafeStackFrameIterator it(isolate, regs.fp, regs.sp, js_entry_sp);
722 state.fp = reinterpret_cast<Address>(context.Rbp);
726 state.fp = reinterpret_cast<Address>(context.Ebp);