Home | History | Annotate | Download | only in src

Lines Matching defs:fp

583   Address fp = bottom_js_frame->fp();
586 Memory::Object_at(fp + StandardFrameConstants::kContextOffset) =
587 Memory::Object_at(fp + JavaScriptFrameConstants::kFunctionOffset);
589 Memory::Object_at(fp + InternalFrameConstants::kCodeOffset) = *code;
590 Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset) =
594 fp + StandardFrameConstants::kContextOffset));
950 if (StepOutActive() && frame->fp() != step_out_fp() &&
983 if (step_action == StepNext && frame->fp() < thread_local_.last_fp_) {
987 while (!it.done() && it.frame()->fp() != thread_local_.last_fp_) {
993 if (it.frame()->fp() == thread_local_.last_fp_) {
1421 thread_local_.last_fp_ = frame->fp();
1490 thread_local_.last_fp_ = frame->fp();
1512 if (frame->fp() < thread_local_.last_fp_) return true;
1525 return thread_local_.last_fp_ == frame->fp() &&
1649 Address fp,
1652 if (fp == 0) {
1660 fp = it.frame()->fp();
1665 if (fp == step_in_fp()) {
1726 thread_local_.step_into_fp_ = frame->fp();
1737 thread_local_.step_out_fp_ = frame->fp();