Home | History | Annotate | Download | only in arm

Lines Matching refs:continuation

348   Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR);
350 reinterpret_cast<uint32_t>(continuation->entry()));
719 // Compute this frame's PC, state, and continuation.
737 // Set the continuation for the topmost frame.
740 Code* continuation = (bailout_type_ == EAGER)
744 reinterpret_cast<uint32_t>(continuation->entry()));
931 // Push state, pc, and continuation from the last output frame.
957 __ pop(r7); // get continuation, leave pc on stack