Searched refs:empty_fixed_array (Results 1 - 25 of 53) sorted by relevance

123

/external/v8/src/runtime/
H A Druntime-generator.cc32 operand_stack = isolate->factory()->empty_fixed_array();
74 isolate->heap()->empty_fixed_array());
H A Druntime-forin.cc132 cache_array = isolate->factory()->empty_fixed_array();
H A Druntime-literals.cc278 DCHECK(*elements != isolate->heap()->empty_fixed_array());
/external/v8/src/snapshot/
H A Dpartial-serializer.cc55 DCHECK(Map::cast(obj)->code_cache() == obj->GetHeap()->empty_fixed_array());
/external/v8/src/
H A Dkeys.cc47 return isolate_->factory()->empty_fixed_array();
129 if (store_position == 0) return isolate->factory()->empty_fixed_array();
311 return isolate->factory()->empty_fixed_array();
376 if (object->elements() != isolate->heap()->empty_fixed_array() ||
384 return isolate->factory()->empty_fixed_array();
574 return isolate->factory()->empty_fixed_array();
H A Dbootstrapper.h23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL;
H A Dtransitions.cc352 return heap->empty_fixed_array();
356 return heap->empty_fixed_array();
H A Dcode-stubs-hydrogen.cc694 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
696 empty_fixed_array);
698 empty_fixed_array);
851 elements, Add<HConstant>(isolate()->factory()->empty_fixed_array()));
H A Dfactory.cc1595 code->set_deoptimization_data(*empty_fixed_array(), SKIP_WRITE_BARRIER);
1598 code->set_handler_table(*empty_fixed_array(), SKIP_WRITE_BARRIER);
1779 array->set_elements(*empty_fixed_array());
1836 : empty_fixed_array();
2151 bound_arguments = empty_fixed_array();
2234 Handle<FixedArray> properties = empty_fixed_array();
2274 message_obj->set_properties(*empty_fixed_array(), SKIP_WRITE_BARRIER);
2276 message_obj->set_elements(*empty_fixed_array(), SKIP_WRITE_BARRIER);
2303 share->set_optimized_code_map(*empty_fixed_array());
H A Disolate.cc2859 if (elements != heap()->empty_fixed_array() &&
2873 if (elements != heap()->empty_fixed_array() &&
3258 heap()->set_microtask_queue(heap()->empty_fixed_array());
3310 heap()->set_microtask_queue(heap()->empty_fixed_array());
3438 heap()->set_detached_contexts(heap()->empty_fixed_array());
H A Dobjects-debug.cc372 (elements() == GetHeap()->empty_fixed_array()) ||
785 elements() == isolate->heap()->empty_fixed_array());
H A Dcode-stubs.cc2610 Node* empty_fixed_array = local
2611 assembler->HeapConstant(factory->empty_fixed_array());
2615 empty_fixed_array);
2617 empty_fixed_array);
/external/v8/src/interpreter/
H A Dbytecode-generator.h200 Handle<FixedArray> empty_fixed_array() const { return empty_fixed_array_; } function in class:v8::internal::interpreter::final
/external/v8/src/compiler/
H A Djs-graph.cc51 HeapConstant(factory()->empty_fixed_array()));
H A Djs-create-lowering.cc681 Node* empty_fixed_array = jsgraph()->EmptyFixedArrayConstant(); local
689 a.Store(AccessBuilder::ForJSObjectProperties(), empty_fixed_array); local
690 a.Store(AccessBuilder::ForJSObjectElements(), empty_fixed_array); local
/external/v8/src/heap/
H A Dheap.cc2072 map->set_code_cache(empty_fixed_array(), SKIP_WRITE_BARRIER);
2073 map->set_dependent_code(DependentCode::cast(empty_fixed_array()),
2146 map->set_code_cache(heap->empty_fixed_array());
2147 map->set_dependent_code(DependentCode::cast(heap->empty_fixed_array()));
2404 DCHECK(!InNewSpace(empty_fixed_array()));
2480 cell->set_dependent_code(DependentCode::cast(empty_fixed_array()),
2737 set_microtask_queue(empty_fixed_array());
2779 empty_fixed_array());
2806 set_detached_contexts(empty_fixed_array());
2807 set_retained_maps(ArrayList::cast(empty_fixed_array()));
[all...]
H A Dobject-stats.cc331 array != heap->empty_fixed_array() &&
476 cur_dependent_code != heap_->empty_fixed_array();
/external/v8/src/builtins/
H A Dbuiltins-object.cc93 if (from->elements() != isolate->heap()->empty_fixed_array()) {
916 isolate->heap()->empty_fixed_array()) {
923 keys = isolate->factory()->empty_fixed_array();
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc2776 Register empty_fixed_array = x4; local
2781 __ LoadRoot(empty_fixed_array, Heap::kEmptyFixedArrayRootIndex);
2788 __ Stp(empty_fixed_array, empty_fixed_array,
3482 Register empty_fixed_array = x4; local
3488 __ LoadRoot(empty_fixed_array, Heap::kEmptyFixedArrayRootIndex);
3495 __ Stp(empty_fixed_array, empty_fixed_array,
/external/v8/src/x87/
H A Dcodegen-x87.cc263 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
377 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
H A Dcode-stubs-x87.cc3536 masm->isolate()->factory()->empty_fixed_array());
3538 masm->isolate()->factory()->empty_fixed_array());
3685 __ mov(ecx, isolate()->factory()->empty_fixed_array());
3749 isolate()->factory()->empty_fixed_array());
3911 masm->isolate()->factory()->empty_fixed_array());
3913 masm->isolate()->factory()->empty_fixed_array());
4136 isolate()->factory()->empty_fixed_array());
/external/v8/src/ia32/
H A Dcodegen-ia32.cc541 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
667 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
/external/v8/src/crankshaft/
H A Dhydrogen.cc1824 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
1826 empty_fixed_array);
1828 empty_fixed_array);
2072 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
2074 empty_fixed_array);
2076 empty_fixed_array);
2693 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
2696 array, HObjectAccess::ForPropertiesPointer(), empty_fixed_array);
2699 elements != nullptr ? elements : empty_fixed_array);
9748 HValue* empty_fixed_array local
9834 HConstant* empty_fixed_array = local
11556 HConstant* empty_fixed_array = Add<HConstant>( local
[all...]
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc1762 isolate()->factory()->empty_fixed_array());
1764 isolate()->factory()->empty_fixed_array());
2759 isolate()->factory()->empty_fixed_array());
2761 isolate()->factory()->empty_fixed_array());
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc1754 isolate()->factory()->empty_fixed_array());
1756 isolate()->factory()->empty_fixed_array());
2751 isolate()->factory()->empty_fixed_array());
2753 isolate()->factory()->empty_fixed_array());

Completed in 3146 milliseconds

123