Searched refs:kFixedDoubleArrayMapRootIndex (Results 1 - 24 of 24) sorted by relevance

/external/v8/src/x64/
H A Dcodegen-x64.cc280 __ LoadRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
309 __ LoadRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
H A Dic-x64.cc701 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
755 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
H A Dmacro-assembler-x64.cc443 Heap::kFixedDoubleArrayMapRootIndex); member in class:v8::internal::Heap
H A Dcode-stubs-x64.cc335 expected_map_index = Heap::kFixedDoubleArrayMapRootIndex;
/external/v8/src/arm/
H A Dcodegen-arm.cc129 __ LoadRoot(r9, Heap::kFixedDoubleArrayMapRootIndex);
H A Dmacro-assembler-arm.cc2773 LoadRoot(ip, Heap::kFixedDoubleArrayMapRootIndex);
H A Dstub-cache-arm.cc4422 __ LoadRoot(scratch1, Heap::kFixedDoubleArrayMapRootIndex);
H A Dcode-stubs-arm.cc354 expected_map_index = Heap::kFixedDoubleArrayMapRootIndex;
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc321 __ LoadRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
350 __ LoadRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
H A Dic-x64.cc663 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
806 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
H A Dmacro-assembler-x64.cc460 Heap::kFixedDoubleArrayMapRootIndex); member in class:v8::internal::Heap
/external/v8/src/mips/
H A Dcodegen-mips.cc130 __ LoadRoot(t5, Heap::kFixedDoubleArrayMapRootIndex);
H A Dic-mips.cc1268 __ Branch(&slow, ne, elements_map, Heap::kFixedDoubleArrayMapRootIndex);
1330 __ Branch(&slow, ne, elements_map, Heap::kFixedDoubleArrayMapRootIndex);
H A Dstub-cache-mips.cc4479 __ LoadRoot(scratch1, Heap::kFixedDoubleArrayMapRootIndex);
H A Dmacro-assembler-mips.cc4350 LoadRoot(at, Heap::kFixedDoubleArrayMapRootIndex);
H A Dcode-stubs-mips.cc352 expected_map_index = Heap::kFixedDoubleArrayMapRootIndex;
/external/chromium_org/v8/src/mips/
H A Dic-mips.cc1245 __ LoadRoot(at, Heap::kFixedDoubleArrayMapRootIndex);
1400 __ Branch(&slow, ne, elements_map, Heap::kFixedDoubleArrayMapRootIndex);
H A Dcodegen-mips.cc211 __ LoadRoot(t5, Heap::kFixedDoubleArrayMapRootIndex);
H A Dstub-cache-mips.cc1677 Heap::kFixedDoubleArrayMapRootIndex,
H A Dmacro-assembler-mips.cc4345 LoadRoot(at, Heap::kFixedDoubleArrayMapRootIndex);
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc457 __ LoadRoot(r9, Heap::kFixedDoubleArrayMapRootIndex);
H A Dic-arm.cc1327 __ CompareRoot(elements_map, Heap::kFixedDoubleArrayMapRootIndex);
H A Dstub-cache-arm.cc1692 Heap::kFixedDoubleArrayMapRootIndex,
H A Dmacro-assembler-arm.cc2788 LoadRoot(ip, Heap::kFixedDoubleArrayMapRootIndex);

Completed in 339 milliseconds