Searched refs:check_prototypes (Results 1 - 10 of 10) sorted by relevance
/external/v8/src/ic/arm/ |
H A D | ic-arm.cc | 181 Label check_prototypes, check_next_prototype; local 195 __ bind(&check_prototypes); 226 __ b(eq, &check_prototypes);
|
/external/v8/src/ic/arm64/ |
H A D | ic-arm64.cc | 170 Label check_prototypes, check_next_prototype; local 186 __ Bind(&check_prototypes); 215 __ JumpIfRoot(scratch2, Heap::kTheHoleValueRootIndex, &check_prototypes);
|
/external/v8/src/ic/ia32/ |
H A D | ic-ia32.cc | 180 Label check_prototypes, check_next_prototype; local 193 __ bind(&check_prototypes); 224 __ j(equal, &check_prototypes);
|
/external/v8/src/ic/ppc/ |
H A D | ic-ppc.cc | 187 Label check_prototypes, check_next_prototype; local 201 __ bind(&check_prototypes); 235 __ beq(&check_prototypes);
|
/external/v8/src/ic/s390/ |
H A D | ic-s390.cc | 182 Label check_prototypes, check_next_prototype; local 196 __ bind(&check_prototypes); 230 __ beq(&check_prototypes);
|
/external/v8/src/ic/x64/ |
H A D | ic-x64.cc | 189 Label check_prototypes, check_next_prototype; local 203 __ bind(&check_prototypes); 235 __ j(equal, &check_prototypes);
|
/external/v8/src/ic/x87/ |
H A D | ic-x87.cc | 180 Label check_prototypes, check_next_prototype; local 193 __ bind(&check_prototypes); 224 __ j(equal, &check_prototypes);
|
/external/v8/src/ic/mips/ |
H A D | ic-mips.cc | 183 Label check_prototypes, check_next_prototype; local 196 __ bind(&check_prototypes); 232 __ Branch(&check_prototypes, eq, scratch2, Operand(at));
|
/external/v8/src/ic/mips64/ |
H A D | ic-mips64.cc | 182 Label check_prototypes, check_next_prototype; local 195 __ bind(&check_prototypes); 232 __ Branch(&check_prototypes, eq, scratch2, Operand(at));
|
/external/v8/src/ |
H A D | code-stubs-hydrogen.cc | 791 LoopBuilder check_prototypes(this); 792 check_prototypes.BeginBody(1); 801 check_prototypes.Break(); 824 check_prototypes.EndBody();
|
Completed in 116 milliseconds