Home | History | Annotate | Download | only in mips

Lines Matching refs:continuation

338   Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR);
340 reinterpret_cast<uint32_t>(continuation->entry()));
709 // Compute this frame's PC, state, and continuation.
724 // Set the continuation for the topmost frame.
727 Code* continuation = (bailout_type_ == EAGER)
731 reinterpret_cast<uint32_t>(continuation->entry()));
923 // Push state, pc, and continuation from the last output frame.
949 __ pop(at); // Get continuation, leave pc on stack.