Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dic-x64.cc395 Label slow, check_string, index_smi, index_string, property_array_property; in GenerateGeneric() local
509 __ j(above_equal, &property_array_property); in GenerateGeneric()
524 __ bind(&property_array_property); in GenerateGeneric()
/external/v8/src/ia32/
Dic-ia32.cc450 Label slow, check_string, index_smi, index_string, property_array_property; in GenerateGeneric() local
589 __ j(above_equal, &property_array_property); in GenerateGeneric()
604 __ bind(&property_array_property); in GenerateGeneric()
/external/v8/src/arm/
Dic-arm.cc968 Label slow, check_string, index_smi, index_string, property_array_property; in GenerateGeneric() local
1086 __ b(ge, &property_array_property); in GenerateGeneric()
1103 __ bind(&property_array_property); in GenerateGeneric()
/external/v8/src/mips/
Dic-mips.cc969 Label slow, check_string, index_smi, index_string, property_array_property; in GenerateGeneric() local
1083 __ Branch(&property_array_property, ge, t1, Operand(zero_reg)); in GenerateGeneric()
1104 __ bind(&property_array_property); in GenerateGeneric()