Home
last modified time | relevance | path

Searched refs:RootListIndex (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Dfull-codegen.h634 virtual void Plug(Heap::RootListIndex index) const = 0;
689 virtual void Plug(Heap::RootListIndex) const;
710 virtual void Plug(Heap::RootListIndex) const;
749 virtual void Plug(Heap::RootListIndex) const;
776 virtual void Plug(Heap::RootListIndex) const;
Dheap.h1395 enum RootListIndex { enum
1420 RootListIndex RootIndexForExternalArrayType(
1732 RootListIndex index;
1737 RootListIndex index;
1743 RootListIndex index;
Dcode-stubs.h1084 Heap::RootListIndex value,
Dheap.cc2829 Heap::RootListIndex Heap::RootIndexForExternalArrayType( in RootIndexForExternalArrayType()
/external/v8/src/mips/
Dmacro-assembler-mips.h200 Heap::RootListIndex index,
269 Heap::RootListIndex index);
271 Heap::RootListIndex index,
276 Heap::RootListIndex index);
278 Heap::RootListIndex index,
1008 Heap::RootListIndex index,
1251 void AssertRegisterIsRoot(Register reg, Heap::RootListIndex index);
1337 Heap::RootListIndex root_value_index,
1451 Heap::RootListIndex map_index,
Dmacro-assembler-mips.cc55 Heap::RootListIndex index) { in LoadRoot()
61 Heap::RootListIndex index, in LoadRoot()
70 Heap::RootListIndex index) { in StoreRoot()
76 Heap::RootListIndex index, in StoreRoot()
1652 Heap::RootListIndex index, in Branch()
3527 Heap::RootListIndex index, in CheckMap()
4334 Heap::RootListIndex index) { in AssertRegisterIsRoot()
4637 Heap::RootListIndex map_index, in InitializeNewString()
4802 Heap::RootListIndex root_value_index, in AbortIfNotRootValue()
Dfull-codegen-mips.cc497 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug()
502 Heap::RootListIndex index) const { in Plug()
508 Heap::RootListIndex index) const { in Plug()
514 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
661 Heap::RootListIndex value_root_index = in Plug()
668 Heap::RootListIndex value_root_index = in Plug()
4342 Heap::RootListIndex nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
4350 Heap::RootListIndex other_nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
Dlithium-codegen-mips.cc1692 Heap::RootListIndex nil_value = instr->nil() == kNullValue ? in DoIsNilAndBranch()
1699 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ? in DoIsNilAndBranch()
Dcode-stubs-mips.cc346 Heap::RootListIndex expected_map_index; in Generate()
1947 Heap::RootListIndex value, in CheckOddball()
/external/v8/src/arm/
Dmacro-assembler-arm.h162 Heap::RootListIndex index,
166 Heap::RootListIndex index,
840 Heap::RootListIndex index,
857 void CompareRoot(Register obj, Heap::RootListIndex index);
1087 void AssertRegisterIsRoot(Register reg, Heap::RootListIndex index);
1194 Heap::RootListIndex root_value_index,
1286 Heap::RootListIndex map_index,
Dmacro-assembler-arm.cc397 Heap::RootListIndex index, in LoadRoot()
404 Heap::RootListIndex index, in StoreRoot()
870 Heap::RootListIndex map_index, in InitializeNewString()
1861 Heap::RootListIndex index) { in CompareRoot()
2040 Heap::RootListIndex index, in CheckMap()
2755 Heap::RootListIndex index) { in AssertRegisterIsRoot()
3012 Heap::RootListIndex root_value_index, in AbortIfNotRootValue()
Dfull-codegen-arm.cc489 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug()
494 Heap::RootListIndex index) const { in Plug()
500 Heap::RootListIndex index) const { in Plug()
506 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
653 Heap::RootListIndex value_root_index = in Plug()
660 Heap::RootListIndex value_root_index = in Plug()
4304 Heap::RootListIndex nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
4312 Heap::RootListIndex other_nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
Dlithium-codegen-arm.cc1830 Heap::RootListIndex nil_value = instr->nil() == kNullValue ? in DoIsNilAndBranch()
1838 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ? in DoIsNilAndBranch()
Dcode-stubs-arm.cc348 Heap::RootListIndex expected_map_index; in Generate()
1857 Heap::RootListIndex value, in CheckOddball()
/external/v8/src/x64/
Dmacro-assembler-x64.h132 void LoadRoot(Register destination, Heap::RootListIndex index);
133 void StoreRoot(Register source, Heap::RootListIndex index);
140 void CompareRoot(Register with, Heap::RootListIndex index);
141 void CompareRoot(const Operand& with, Heap::RootListIndex index);
142 void PushRoot(Heap::RootListIndex index);
961 Heap::RootListIndex root_value_index,
Dfull-codegen-x64.cc421 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug()
426 Heap::RootListIndex index) const { in Plug()
432 Heap::RootListIndex index) const { in Plug()
437 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
580 Heap::RootListIndex value_root_index = in Plug()
587 Heap::RootListIndex value_root_index = in Plug()
4208 Heap::RootListIndex nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
4215 Heap::RootListIndex other_nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
Dmacro-assembler-x64.cc153 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) { in LoadRoot()
171 void MacroAssembler::StoreRoot(Register source, Heap::RootListIndex index) { in StoreRoot()
178 void MacroAssembler::PushRoot(Heap::RootListIndex index) { in PushRoot()
184 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
192 Heap::RootListIndex index) { in CompareRoot()
2883 Heap::RootListIndex root_value_index, in AbortIfNotRootValue()
Dlithium-codegen-x64.cc1616 Heap::RootListIndex nil_value = instr->nil() == kNullValue ? in DoIsNilAndBranch()
1623 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ? in DoIsNilAndBranch()
Dcode-stubs-x64.cc329 Heap::RootListIndex expected_map_index; in Generate()
521 Heap::RootListIndex value, in CheckOddball()
/external/v8/src/ia32/
Dmacro-assembler-ia32.h336 void CompareRoot(Register with, Heap::RootListIndex index);
337 void CompareRoot(const Operand& with, Heap::RootListIndex index);
Dfull-codegen-ia32.cc482 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug()
488 Heap::RootListIndex index) const { in Plug()
494 Heap::RootListIndex index) const { in Plug()
499 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
Dmacro-assembler-ia32.cc353 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
361 Heap::RootListIndex index) { in CompareRoot()
Dcode-stubs-ia32.cc556 Heap::RootListIndex value, in CheckOddball()