Searched refs:has_inlined_smi_code (Results 1 – 2 of 2) sorted by relevance
635 State TargetState(State state, bool has_inlined_smi_code,
2210 bool has_inlined_smi_code, in TargetState() argument2213 if (!has_inlined_smi_code && state != UNINITIALIZED) return GENERIC; in TargetState()2215 if ((state == UNINITIALIZED || (state == SMIS && has_inlined_smi_code)) && in TargetState()