HomeSort by relevance Sort by last modified time
    Searched refs:check_fast_elements (Results 1 - 4 of 4) sorted by null

  /external/v8/src/x64/
code-stubs-x64.cc 305 Label double_elements, check_fast_elements; local
309 __ j(not_equal, &check_fast_elements);
314 __ bind(&check_fast_elements);
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 321 Label double_elements, check_fast_elements; local
325 __ b(ne, &check_fast_elements);
332 __ bind(&check_fast_elements);
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 321 Label double_elements, check_fast_elements; local
324 &check_fast_elements, DONT_DO_SMI_CHECK);
329 __ bind(&check_fast_elements);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 321 Label double_elements, check_fast_elements; local
325 __ Branch(&check_fast_elements, ne, v0, Operand(t1));
331 __ bind(&check_fast_elements);
    [all...]

Completed in 647 milliseconds