Searched refs:not_fast_array (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/x64/ |
D | ic-x64.cc | 310 Label* not_fast_array, in GenerateFastArrayLoad() argument 332 if (not_fast_array != NULL) { in GenerateFastArrayLoad() 336 __ j(not_equal, not_fast_array); in GenerateFastArrayLoad()
|
/external/v8/src/ia32/ |
D | ic-ia32.cc | 303 Label* not_fast_array, in GenerateFastArrayLoad() argument 314 if (not_fast_array != NULL) { in GenerateFastArrayLoad() 318 not_fast_array, in GenerateFastArrayLoad()
|
/external/v8/src/arm/ |
D | ic-arm.cc | 300 Label* not_fast_array, in GenerateFastArrayLoad() argument 325 if (not_fast_array != NULL) { in GenerateFastArrayLoad() 330 __ b(ne, not_fast_array); in GenerateFastArrayLoad()
|
/external/v8/src/mips/ |
D | ic-mips.cc | 300 Label* not_fast_array, in GenerateFastArrayLoad() argument 325 if (not_fast_array != NULL) { in GenerateFastArrayLoad() 329 __ Branch(not_fast_array, ne, scratch1, Operand(at)); in GenerateFastArrayLoad()
|