Lines Matching defs:state
950 // -- tiering_state : a Smi containing a non-zero tiering state.
1108 // Read off the optimization state in the feedback vector and check if there
1109 // is optimized code or a tiering state that needs to be processed.
1151 // Reset the bytecode age and OSR state (optimized to a single write).
1212 // Check the tiering state.
1380 // Check the tiering state.
1708 // Check the tiering state.
3065 Register state = rbx;
3067 state, FieldOperand(suspender, WasmSuspenderObject::kStateOffset));
3068 __ SmiCompare(state, Smi::FromInt(WasmSuspenderObject::Inactive));
3993 // Save current state in active jump buffer.
4113 // Check the suspender state.
4115 Register state = rdx;
4117 state, FieldOperand(suspender, WasmSuspenderObject::kStateOffset));
4118 __ SmiCompare(state, Smi::FromInt(WasmSuspenderObject::Suspended));
4126 // Save current state.
4178 // Load state from target jmpbuf (longjmp).
4655 // Current state:
4658 // Target state:
4953 // Outer loop state: rax = current FrameDescription**, rdx = one past the
4960 // Inner loop state: rbx = current FrameDescription*, rcx = loop index.