Lines Matching refs:State
21 // Clear the inline cache to initial state.
152 // The type/state lattice is defined by the following inequations:
159 enum State {
172 static AstType* StateToType(Zone* zone, State state,
175 static State NewInputState(State old_state, Handle<Object> value);
177 static const char* GetStateName(CompareICState::State state);
179 static State TargetState(Isolate* isolate, State old_state, State old_left,
180 State old_right, Token::Value op,