Home | History | Annotate | Download | only in src

Lines Matching full:state

76   // Alias the inline cache state type to make the IC code more readable.
77 typedef InlineCacheState State;
90 // Get the call-site target; used for determining the state.
94 // Compute the current IC state based on the target stub, receiver and name.
95 static State StateFrom(Code* target, Object* receiver, Object* name);
97 // Clear the inline cache to initial state.
146 State old_state,
198 MUST_USE_RESULT MaybeObject* LoadFunction(State state,
212 State state,
220 State state,
260 MUST_USE_RESULT MaybeObject* LoadFunction(State state,
280 MUST_USE_RESULT MaybeObject* Load(State state,
311 State state,
348 MUST_USE_RESULT MaybeObject* Load(State state,
377 State state,
424 MUST_USE_RESULT MaybeObject* Store(State state,
451 State state,
504 MUST_USE_RESULT MaybeObject* Store(State state,
526 State state,
599 static State ToState(TypeInfo type_info);
609 enum State {
629 // Helper function for determining the state of a compare IC.
630 static State ComputeState(Code* target);
632 static const char* GetStateName(State state);
635 State TargetState(State state, bool has_inlined_smi_code,
640 State GetState() { return ComputeState(target()); }