Lines Matching refs:parent
3025 Register parent = tmp2;
3027 parent,
3031 __ movq(masm->RootAsOperand(RootIndex::kActiveContinuation), parent);
3035 FieldOperand(parent, WasmContinuationObject::kJmpbufOffset));
3063 // Check that the parent suspender is inactive.
3195 // the parent frame.
3201 // | <parent frame> |
4040 Register parent = rdx;
4042 parent, FieldOperand(suspender, WasmSuspenderObject::kParentOffset));
4043 __ movq(masm->RootAsOperand(RootIndex::kActiveSuspender), parent);
4044 parent = no_reg;
4143 // Set suspender's parent to active continuation.