Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc433 Label if_array(this); in EmitGenericElementStore() local
434 GotoIf(Word32Equal(instance_type, Int32Constant(JS_ARRAY_TYPE)), &if_array); in EmitGenericElementStore()
439 Bind(&if_array); in EmitGenericElementStore()
Daccessor-assembler.cc890 Label if_array(this), length_loaded(this, &var_length); in EmitFastElementsBoundsCheck() local
891 GotoIf(is_jsarray_condition, &if_array); in EmitFastElementsBoundsCheck()
896 Bind(&if_array); in EmitFastElementsBoundsCheck()