Lines Matching defs:continuation
2969 // Returns the new continuation in rax.
3030 // Update active continuation root.
3996 Register continuation = rcx;
3997 __ LoadRoot(continuation, RootIndex::kActiveContinuation);
4001 FieldOperand(continuation, WasmContinuationObject::kJmpbufOffset));
4014 // Check that the suspender's continuation is the active continuation.
4017 // will not hold anymore: it's possible that the active continuation changed
4023 __ cmpq(suspender_continuation, continuation);
4084 // resumed continuation, we return to the GenericJSToWasmWrapper code, which
4143 // Set suspender's parent to active continuation.
4982 // Push pc and continuation from the last output frame.
5009 // Return to the continuation point.