Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc397 Label transition_to_double(this), transition_to_object(this); in StoreElementWithCapacity() local
399 Branch(IsHeapNumber(CAST(value)), &transition_to_double, in StoreElementWithCapacity()
401 BIND(&transition_to_double); in StoreElementWithCapacity()