Lines Matching defs:state
33 TNode<Uint32T> state, TieringState expected_state,
37 Word32Equal(state, Uint32Constant(static_cast<uint32_t>(expected_state))),
62 // all these state values there.
63 TNode<Uint32T> state =
65 TailCallRuntimeIfStateEquals(state,
68 TailCallRuntimeIfStateEquals(state, TieringState::kRequestTurbofan_Concurrent,
70 TailCallRuntimeIfStateEquals(state, TieringState::kRequestMaglev_Synchronous,
72 TailCallRuntimeIfStateEquals(state, TieringState::kRequestMaglev_Concurrent,
103 // and tiering state hasn't yet been updated. Evict the code, update the
104 // state and re-enter the closure's code.
109 // Fall-through if the optimized code cell is clear and the tiering state is
120 // tiering state.
144 // Is there a tiering state or optimized code in the feedback vector?