Searched refs:check_prototypes (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 179 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/ |
D | ic-x64.cc | 189 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/ |
D | ic-ia32.cc | 179 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/ |
D | ic-arm64.cc | 171 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/ |
D | ic-arm.cc | 182 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/ |
D | ic-mips64.cc | 183 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/ |
D | ic-ppc.cc | 188 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/ |
D | ic-mips.cc | 184 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()
|