Home
last modified time | relevance | path

Searched refs:has_inlined_smi_code (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dic.h635 State TargetState(State state, bool has_inlined_smi_code,
Dic.cc2210 bool has_inlined_smi_code, in TargetState() argument
2213 if (!has_inlined_smi_code && state != UNINITIALIZED) return GENERIC; in TargetState()
2215 if ((state == UNINITIALIZED || (state == SMIS && has_inlined_smi_code)) && in TargetState()