Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc276 Label non_smi_value(this); in StoreElementWithCapacity() local
277 GotoIfNot(TaggedIsSmi(value), &non_smi_value); in StoreElementWithCapacity()
287 Bind(&non_smi_value); in StoreElementWithCapacity()