Home
last modified time | relevance | path

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

/external/v8/src/ic/x87/
Dic-x87.cc179 Label check_prototypes, check_next_prototype; in GenerateFastArrayLoad() local
192 __ bind(&check_prototypes); in GenerateFastArrayLoad()
228 __ j(equal, &check_prototypes); in GenerateFastArrayLoad()
/external/v8/src/ic/x64/
Dic-x64.cc189 Label check_prototypes, check_next_prototype; in GenerateFastArrayLoad() local
203 __ bind(&check_prototypes); in GenerateFastArrayLoad()
240 __ j(equal, &check_prototypes); in GenerateFastArrayLoad()
/external/v8/src/ic/ia32/
Dic-ia32.cc179 Label check_prototypes, check_next_prototype; in GenerateFastArrayLoad() local
192 __ bind(&check_prototypes); in GenerateFastArrayLoad()
228 __ j(equal, &check_prototypes); in GenerateFastArrayLoad()
/external/v8/src/ic/arm64/
Dic-arm64.cc171 Label check_prototypes, check_next_prototype; in GenerateFastArrayLoad() local
187 __ Bind(&check_prototypes); in GenerateFastArrayLoad()
221 __ JumpIfRoot(scratch2, Heap::kTheHoleValueRootIndex, &check_prototypes); in GenerateFastArrayLoad()
/external/v8/src/ic/arm/
Dic-arm.cc182 Label check_prototypes, check_next_prototype; in GenerateFastArrayLoad() local
196 __ bind(&check_prototypes); in GenerateFastArrayLoad()
232 __ b(eq, &check_prototypes); in GenerateFastArrayLoad()
/external/v8/src/ic/mips64/
Dic-mips64.cc183 Label check_prototypes, check_next_prototype; in GenerateFastArrayLoad() local
196 __ bind(&check_prototypes); in GenerateFastArrayLoad()
237 __ Branch(&check_prototypes, eq, scratch2, Operand(at)); in GenerateFastArrayLoad()
/external/v8/src/ic/ppc/
Dic-ppc.cc188 Label check_prototypes, check_next_prototype; in GenerateFastArrayLoad() local
202 __ bind(&check_prototypes); in GenerateFastArrayLoad()
241 __ beq(&check_prototypes); in GenerateFastArrayLoad()
/external/v8/src/ic/mips/
Dic-mips.cc184 Label check_prototypes, check_next_prototype; in GenerateFastArrayLoad() local
197 __ bind(&check_prototypes); in GenerateFastArrayLoad()
239 __ Branch(&check_prototypes, eq, scratch2, Operand(at)); in GenerateFastArrayLoad()