Searched refs:roots_array_start (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/
H A Dhandles.cc22 Object** roots_array_start = heap->roots_array_start(); local
23 if (roots_array_start <= location_ &&
24 location_ < roots_array_start + Heap::kStrongRootListLength &&
26 static_cast<Heap::RootListIndex>(location_ - roots_array_start))) {
H A Dexternal-reference-table.cc76 Add(ExternalReference::roots_array_start(isolate).address(),
77 "Heap::roots_array_start()");
H A Dassembler.cc1210 ExternalReference ExternalReference::roots_array_start(Isolate* isolate) { function in class:v8::internal::ExternalReference
1211 return ExternalReference(isolate->heap()->roots_array_start());
H A Dassembler.h905 // Static variable Heap::roots_array_start()
906 static ExternalReference roots_array_start(Isolate* isolate);
H A Dcode-stub-assembler.cc958 Node* roots_array_start = local
959 ExternalConstant(ExternalReference::roots_array_start(isolate()));
965 return Load(MachineType::Int32(), roots_array_start, IntPtrConstant(index));
967 return SmiToWord32(Load(MachineType::AnyTagged(), roots_array_start,
/external/v8/src/snapshot/
H A Dstartup-serializer.cc148 if (start == isolate()->heap()->roots_array_start()) {
/external/v8/src/compiler/
H A Dcode-assembler.cc428 Node* roots_array_start = local
429 ExternalConstant(ExternalReference::roots_array_start(isolate()));
430 return Load(MachineType::AnyTagged(), roots_array_start,
467 Node* roots_array_start = local
468 ExternalConstant(ExternalReference::roots_array_start(isolate()));
469 return StoreNoWriteBarrier(MachineRepresentation::kTagged, roots_array_start,
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc72 ExternalReference roots_array_start = local
73 ExternalReference::roots_array_start(isolate());
77 roots_array_start));
85 ExternalReference roots_array_start = local
86 ExternalReference::roots_array_start(isolate());
88 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
96 ExternalReference roots_array_start = local
97 ExternalReference::roots_array_start(isolate());
101 roots_array_start));
1233 ExternalReference roots_array_start local
[all...]
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc72 ExternalReference roots_array_start = local
73 ExternalReference::roots_array_start(isolate());
77 roots_array_start));
85 ExternalReference roots_array_start = local
86 ExternalReference::roots_array_start(isolate());
88 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
96 ExternalReference roots_array_start = local
97 ExternalReference::roots_array_start(isolate());
101 roots_array_start));
1175 ExternalReference roots_array_start local
[all...]
/external/v8/src/arm/
H A Dmacro-assembler-arm.h661 ExternalReference roots_array_start = local
662 ExternalReference::roots_array_start(isolate());
663 mov(kRootRegister, Operand(roots_array_start));
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h1290 ExternalReference roots_array_start = local
1291 ExternalReference::roots_array_start(isolate());
1292 Mov(root, Operand(roots_array_start));
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h481 ExternalReference roots_array_start = local
482 ExternalReference::roots_array_start(isolate());
483 mov(kRootRegister, Operand(roots_array_start));
/external/v8/src/x64/
H A Dmacro-assembler-x64.h367 ExternalReference roots_array_start = local
368 ExternalReference::roots_array_start(isolate());
369 Move(kRootRegister, roots_array_start);
H A Dmacro-assembler-x64.cc46 reinterpret_cast<Address>(isolate()->heap()->roots_array_start());
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1027 ExternalReference roots_array_start = local
1028 ExternalReference::roots_array_start(isolate());
1029 li(kRootRegister, Operand(roots_array_start));
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h1080 ExternalReference roots_array_start = local
1081 ExternalReference::roots_array_start(isolate());
1082 li(kRootRegister, Operand(roots_array_start));
/external/v8/src/s390/
H A Dmacro-assembler-s390.h835 ExternalReference roots_array_start = local
836 ExternalReference::roots_array_start(isolate());
837 mov(kRootRegister, Operand(roots_array_start));
/external/v8/src/heap/
H A Dheap.h1090 Object** roots_array_start() { return roots_; } function in class:v8::internal::GarbageCollectionReason::Heap
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc160 selector()->isolate()->heap()->roots_array_start());

Completed in 699 milliseconds