/external/chromium_org/v8/src/ |
D | full-codegen.h | 672 virtual void Plug(Heap::RootListIndex index) const = 0; 727 virtual void Plug(Heap::RootListIndex) const; 748 virtual void Plug(Heap::RootListIndex) const; 787 virtual void Plug(Heap::RootListIndex) const; 814 virtual void Plug(Heap::RootListIndex) const;
|
D | handles-inl.h | 67 static_cast<Heap::RootListIndex>(handle - roots_array_start))) { in IsDereferenceAllowed()
|
/external/chromium_org/v8/src/x87/ |
D | macro-assembler-x87.h | 59 void LoadRoot(Register destination, Heap::RootListIndex index); 60 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index); 61 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index); 64 void CompareRoot(Register with, Heap::RootListIndex index); 65 void CompareRoot(const Operand& with, Heap::RootListIndex index);
|
D | macro-assembler-x87.cc | 70 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) { in LoadRoot() 87 Heap::RootListIndex index) { in StoreRoot() 99 Heap::RootListIndex index) { in CompareRoot() 109 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot() 117 Heap::RootListIndex index) { in CompareRoot()
|
D | full-codegen-x87.cc | 451 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug() 457 Heap::RootListIndex index) const { in Plug() 463 Heap::RootListIndex index) const { in Plug() 468 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
|
/external/chromium_org/v8/src/ia32/ |
D | macro-assembler-ia32.h | 59 void LoadRoot(Register destination, Heap::RootListIndex index); 60 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index); 61 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index); 64 void CompareRoot(Register with, Heap::RootListIndex index); 65 void CompareRoot(const Operand& with, Heap::RootListIndex index);
|
D | macro-assembler-ia32.cc | 70 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) { in LoadRoot() 87 Heap::RootListIndex index) { in StoreRoot() 99 Heap::RootListIndex index) { in CompareRoot() 109 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot() 117 Heap::RootListIndex index) { in CompareRoot()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-codegen-arm64.h | 186 Heap::RootListIndex index); 235 void DeoptimizeIfRoot(Register rt, Heap::RootListIndex index, 237 void DeoptimizeIfNotRoot(Register rt, Heap::RootListIndex index,
|
D | macro-assembler-arm64.h | 853 Heap::RootListIndex index); 856 Heap::RootListIndex index); 1446 void CompareObjectMap(Register obj, Heap::RootListIndex index); 1470 Heap::RootListIndex index, 1499 void CompareRoot(const Register& obj, Heap::RootListIndex index); 1503 Heap::RootListIndex index, 1508 Heap::RootListIndex index, 1913 Heap::RootListIndex index, 2142 Heap::RootListIndex map_index,
|
D | macro-assembler-arm64.cc | 1397 Heap::RootListIndex index) { in LoadRoot() 1405 Heap::RootListIndex index) { in StoreRoot() 1982 Heap::RootListIndex map_index, in InitializeNewString() 3643 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() 3723 void MacroAssembler::CompareObjectMap(Register obj, Heap::RootListIndex index) { in CompareObjectMap() 3760 Heap::RootListIndex index, in CheckMap() 3878 Heap::RootListIndex index) { in CompareRoot() 3888 Heap::RootListIndex index, in JumpIfRoot() 3896 Heap::RootListIndex index, in JumpIfNotRoot() 4800 Heap::RootListIndex index, in AssertRegisterIsRoot()
|
D | full-codegen-arm64.cc | 490 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug() 496 Heap::RootListIndex index) const { in Plug() 502 Heap::RootListIndex index) const { in Plug() 508 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug() 652 Heap::RootListIndex value_root_index = in Plug() 659 Heap::RootListIndex value_root_index = in Plug() 4388 Heap::RootListIndex nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
|
/external/chromium_org/v8/src/mips/ |
D | macro-assembler-mips.h | 196 Heap::RootListIndex index, 276 Heap::RootListIndex index); 278 Heap::RootListIndex index, 283 Heap::RootListIndex index); 285 Heap::RootListIndex index, 1077 Heap::RootListIndex index, 1450 void AssertIsRoot(Register reg, Heap::RootListIndex index); 1632 Heap::RootListIndex map_index,
|
D | macro-assembler-mips.cc | 72 Heap::RootListIndex index) { in LoadRoot() 78 Heap::RootListIndex index, in LoadRoot() 87 Heap::RootListIndex index) { in StoreRoot() 93 Heap::RootListIndex index, in StoreRoot() 1832 Heap::RootListIndex index, in Branch() 3611 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() 3904 Heap::RootListIndex index, in CheckMap() 5031 Heap::RootListIndex map_index, in InitializeNewString() 5232 void MacroAssembler::AssertIsRoot(Register reg, Heap::RootListIndex index) { in AssertIsRoot()
|
D | full-codegen-mips.cc | 489 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() 654 Heap::RootListIndex value_root_index = in Plug() 661 Heap::RootListIndex value_root_index = in Plug() 4728 Heap::RootListIndex nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
|
/external/chromium_org/v8/src/mips64/ |
D | macro-assembler-mips64.h | 217 Heap::RootListIndex index, 297 Heap::RootListIndex index); 299 Heap::RootListIndex index, 304 Heap::RootListIndex index); 306 Heap::RootListIndex index, 1103 Heap::RootListIndex index, 1521 void AssertIsRoot(Register reg, Heap::RootListIndex index); 1694 Heap::RootListIndex map_index,
|
D | macro-assembler-mips64.cc | 75 Heap::RootListIndex index) { in LoadRoot() 81 Heap::RootListIndex index, in LoadRoot() 90 Heap::RootListIndex index) { in StoreRoot() 96 Heap::RootListIndex index, in StoreRoot() 1884 Heap::RootListIndex index, in Branch() 3521 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() 3811 Heap::RootListIndex index, in CheckMap() 4921 Heap::RootListIndex map_index, in InitializeNewString() 5191 void MacroAssembler::AssertIsRoot(Register reg, Heap::RootListIndex index) { in AssertIsRoot()
|
D | full-codegen-mips64.cc | 485 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug() 490 Heap::RootListIndex index) const { in Plug() 496 Heap::RootListIndex index) const { in Plug() 502 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug() 650 Heap::RootListIndex value_root_index = in Plug() 657 Heap::RootListIndex value_root_index = in Plug() 4729 Heap::RootListIndex nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
|
/external/chromium_org/v8/src/heap/ |
D | heap.h | 1054 enum RootListIndex { enum 1086 static bool RootCanBeWrittenAfterInitialization(RootListIndex root_index); 1088 bool RootCanBeTreatedAsConstant(RootListIndex root_index); 1091 RootListIndex RootIndexForFixedTypedArray(ExternalArrayType array_type); 1094 RootListIndex RootIndexForExternalArrayType(ExternalArrayType array_type); 1096 RootListIndex RootIndexForEmptyExternalArray(ElementsKind kind); 1097 RootListIndex RootIndexForEmptyFixedTypedArray(ElementsKind kind); 1544 RootListIndex index; 1549 RootListIndex index; 1555 RootListIndex index;
|
D | heap.cc | 2907 bool Heap::RootCanBeWrittenAfterInitialization(Heap::RootListIndex root_index) { in RootCanBeWrittenAfterInitialization() 2908 RootListIndex writable_roots[] = { in RootCanBeWrittenAfterInitialization() 2935 bool Heap::RootCanBeTreatedAsConstant(RootListIndex root_index) { in RootCanBeTreatedAsConstant() 3101 Heap::RootListIndex Heap::RootIndexForExternalArrayType( in RootIndexForExternalArrayType() 3123 Heap::RootListIndex Heap::RootIndexForFixedTypedArray( in RootIndexForFixedTypedArray() 3140 Heap::RootListIndex Heap::RootIndexForEmptyExternalArray( in RootIndexForEmptyExternalArray() 3157 Heap::RootListIndex Heap::RootIndexForEmptyFixedTypedArray( in RootIndexForEmptyFixedTypedArray()
|
/external/chromium_org/v8/src/x64/ |
D | macro-assembler-x64.h | 129 void LoadRoot(Register destination, Heap::RootListIndex index); 130 void StoreRoot(Register source, Heap::RootListIndex index); 137 void CompareRoot(Register with, Heap::RootListIndex index); 138 void CompareRoot(const Operand& with, Heap::RootListIndex index); 139 void PushRoot(Heap::RootListIndex index); 1101 Heap::RootListIndex root_value_index,
|
D | full-codegen-x64.cc | 465 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug() 470 Heap::RootListIndex index) const { in Plug() 476 Heap::RootListIndex index) const { in Plug() 481 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug() 632 Heap::RootListIndex value_root_index = in Plug() 639 Heap::RootListIndex value_root_index = in Plug() 4687 Heap::RootListIndex nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
|
D | macro-assembler-x64.cc | 161 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) { in LoadRoot() 179 void MacroAssembler::StoreRoot(Register source, Heap::RootListIndex index) { in StoreRoot() 186 void MacroAssembler::PushRoot(Heap::RootListIndex index) { in PushRoot() 192 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot() 200 Heap::RootListIndex index) { in CompareRoot() 3670 Heap::RootListIndex root_value_index, in AssertRootValue() 4563 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber()
|
/external/chromium_org/v8/src/arm/ |
D | macro-assembler-arm.h | 169 Heap::RootListIndex index, 173 Heap::RootListIndex index, 916 Heap::RootListIndex index, 933 void CompareRoot(Register obj, Heap::RootListIndex index); 1293 void AssertIsRoot(Register reg, Heap::RootListIndex index); 1455 Heap::RootListIndex map_index,
|
D | macro-assembler-arm.cc | 424 Heap::RootListIndex index, in LoadRoot() 440 Heap::RootListIndex index, in StoreRoot() 1092 Heap::RootListIndex map_index, in InitializeNewString() 2120 Heap::RootListIndex index) { in CompareRoot() 2241 Heap::RootListIndex index, in CheckMap() 3074 void MacroAssembler::AssertIsRoot(Register reg, Heap::RootListIndex index) { in AssertIsRoot() 3229 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber()
|
D | full-codegen-arm.cc | 503 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const { in Plug() 508 Heap::RootListIndex index) const { in Plug() 514 Heap::RootListIndex index) const { in Plug() 520 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug() 666 Heap::RootListIndex value_root_index = in Plug() 673 Heap::RootListIndex value_root_index = in Plug() 4714 Heap::RootListIndex nil_value = nil == kNullValue ? in EmitLiteralCompareNil()
|