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

  /external/v8/src/arm/
full-codegen-arm.cc 928 Register empty_fixed_array_value = r6; local
929 __ LoadRoot(empty_fixed_array_value, Heap::kEmptyFixedArrayRootIndex);
939 __ cmp(r2, empty_fixed_array_value);
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 886 Register empty_fixed_array_value = r8; local
887 __ LoadRoot(empty_fixed_array_value, Heap::kEmptyFixedArrayRootIndex);
896 __ cmpq(empty_fixed_array_value,
919 __ cmpq(rdx, empty_fixed_array_value);
    [all...]

Completed in 30 milliseconds