Searched defs:has_inlined_smi_code (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dic.cc2210 bool has_inlined_smi_code,
2213 if (!has_inlined_smi_code && state != UNINITIALIZED) return GENERIC;
2215 if ((state == UNINITIALIZED || (state == SMIS && has_inlined_smi_code)) &&
2209 TargetState(State state, bool has_inlined_smi_code, Handle<Object> x, Handle<Object> y) argument

Completed in 58 milliseconds