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

/external/chromium_org/v8/src/
H A Dhandles-inl.h91 Object** roots_array_start = heap->roots_array_start(); local
92 if (roots_array_start <= handle &&
93 handle < roots_array_start + Heap::kStrongRootListLength &&
95 static_cast<Heap::RootListIndex>(handle - roots_array_start))) {
H A Dserialize.cc320 Add(ExternalReference::roots_array_start(isolate).address(),
323 "Heap::roots_array_start()");
971 new_object = isolate->heap()->roots_array_start()[root_id]; \
1118 Object* object = isolate->heap()->roots_array_start()[root_id];
1130 Object* object = isolate->heap()->roots_array_start()[root_id];
1318 Object** roots = isolate()->heap()->roots_array_start();
1329 if (start == isolate->heap()->roots_array_start()) {
1403 Object* root = heap->roots_array_start()[i];
H A Dassembler.cc1141 ExternalReference ExternalReference::roots_array_start(Isolate* isolate) { function in class:v8::internal::ExternalReference
1142 return ExternalReference(isolate->heap()->roots_array_start());
H A Dassembler.h742 // Static variable Heap::roots_array_start()
743 static ExternalReference roots_array_start(Isolate* isolate);
H A Dheap.h1369 Object** roots_array_start() { return roots_; } function in class:v8::internal::Heap
H A Dheap.cc3422 !InNewSpace(roots_array_start()[root_index]);
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc88 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
92 ExternalReference roots_array_start = local
93 ExternalReference::roots_array_start(isolate());
97 roots_array_start));
105 ExternalReference roots_array_start = local
106 ExternalReference::roots_array_start(isolate());
108 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
116 ExternalReference roots_array_start = local
117 ExternalReference::roots_array_start(isolate());
121 roots_array_start));
1428 ExternalReference roots_array_start = local
[all...]
/external/v8/src/x64/
H A Dmacro-assembler-x64.h322 ExternalReference roots_array_start = local
323 ExternalReference::roots_array_start(isolate());
324 movq(kRootRegister, roots_array_start);
H A Dmacro-assembler-x64.cc58 reinterpret_cast<Address>(isolate->heap()->roots_array_start());
/external/v8/src/
H A Dserialize.cc329 Add(ExternalReference::roots_array_start(isolate).address(),
332 "Heap::roots_array_start()");
818 new_object = isolate->heap()->roots_array_start()[root_id]; \
953 Object* object = isolate->heap()->roots_array_start()[root_id];
1175 if (start == isolate->heap()->roots_array_start()) {
1250 Object* root = heap->roots_array_start()[i];
H A Dassembler.cc882 ExternalReference ExternalReference::roots_array_start(Isolate* isolate) { function in class:v8::internal::ExternalReference
883 return ExternalReference(isolate->heap()->roots_array_start());
H A Dassembler.h598 // Static variable Heap::roots_array_start()
599 static ExternalReference roots_array_start(Isolate* isolate);
H A Dheap.h1215 Object** roots_array_start() { return roots_; } function in class:v8::internal::Heap
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h580 ExternalReference roots_array_start = local
581 ExternalReference::roots_array_start(isolate());
582 mov(kRootRegister, Operand(roots_array_start));
H A Dmacro-assembler-arm.cc426 Handle<Object> root(&isolate()->heap()->roots_array_start()[index]);
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h336 ExternalReference roots_array_start = local
337 ExternalReference::roots_array_start(isolate());
338 Move(kRootRegister, roots_array_start);
H A Dmacro-assembler-x64.cc67 reinterpret_cast<Address>(isolate()->heap()->roots_array_start());
/external/v8/src/arm/
H A Dmacro-assembler-arm.h519 ExternalReference roots_array_start = local
520 ExternalReference::roots_array_start(isolate());
521 mov(kRootRegister, Operand(roots_array_start));
/external/v8/src/mips/
H A Dmacro-assembler-mips.h833 ExternalReference roots_array_start = local
834 ExternalReference::roots_array_start(isolate());
835 li(kRootRegister, Operand(roots_array_start));
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc4122 ExternalReference roots_array_start = local
4123 ExternalReference::roots_array_start(masm->isolate());
4126 Operand::StaticArray(scratch, times_pointer_size, roots_array_start));
5120 ExternalReference roots_array_start = local
5121 ExternalReference::roots_array_start(masm->isolate());
5145 roots_array_start));
5149 scratch, times_pointer_size, roots_array_start));
5153 scratch, times_pointer_size, roots_array_start));
5169 __ mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
5172 __ mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
5979 ExternalReference roots_array_start = local
6071 ExternalReference roots_array_start = local
[all...]
H A Dmacro-assembler-ia32.cc355 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
363 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
984 ExternalReference roots_array_start = local
985 ExternalReference::roots_array_start(isolate());
988 Operand::StaticArray(scratch, times_pointer_size, roots_array_start));
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h884 ExternalReference roots_array_start = local
885 ExternalReference::roots_array_start(isolate());
886 li(kRootRegister, Operand(roots_array_start));
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc133 ExternalReference::roots_array_start(isolate).address()));
/external/v8/test/cctest/
H A Dtest-serialize.cc134 ExternalReference::roots_array_start(isolate).address()));

Completed in 3866 milliseconds