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

12

/external/chromium_org/v8/src/
H A Dbootstrapper.h23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL;
H A Dcode-stubs-hydrogen.cc502 HConstant* empty_fixed_array = local
503 Add<HConstant>(isolate()->factory()->empty_fixed_array());
508 empty_fixed_array);
1452 HInstruction* empty_fixed_array = local
1453 Add<HConstant>(factory->empty_fixed_array());
1476 empty_fixed_array);
1478 empty_fixed_array);
1480 empty_fixed_array);
H A Dfactory.cc793 code_cache->set_default_cache(*empty_fixed_array(), SKIP_WRITE_BARRIER);
1238 function->set_literals_or_bindings(*empty_fixed_array());
1458 code->set_deoptimization_data(*empty_fixed_array(), SKIP_WRITE_BARRIER);
1461 code->set_handler_table(*empty_fixed_array(), SKIP_WRITE_BARRIER);
1657 array->set_elements(*empty_fixed_array());
1895 return Handle<TypeFeedbackVector>::cast(empty_fixed_array());
1940 message->set_properties(*empty_fixed_array(), SKIP_WRITE_BARRIER);
1942 message->set_elements(*empty_fixed_array(), SKIP_WRITE_BARRIER);
H A Dobjects-inl.h1577 set_dependent_code(DependentCode::cast(GetHeap()->empty_fixed_array()),
1819 (*value == object->GetHeap()->empty_fixed_array())) ==
1822 DCHECK((*value == object->GetHeap()->empty_fixed_array()) ||
1836 DCHECK(!GetHeap()->InNewSpace(GetHeap()->empty_fixed_array()));
1837 WRITE_FIELD(this, kPropertiesOffset, GetHeap()->empty_fixed_array());
2894 DCHECK(!GetHeap()->InNewSpace(GetHeap()->empty_fixed_array()));
2895 return GetHeap()->empty_fixed_array();
4521 return code_cache() != GetIsolate()->heap()->empty_fixed_array();
5182 if (!HasTransitionArray()) return GetHeap()->empty_fixed_array();
5184 return GetHeap()->empty_fixed_array();
[all...]
H A Dbuiltins.cc191 if (array_proto->elements() != heap->empty_fixed_array()) return false;
199 if (array_proto->elements() != heap->empty_fixed_array()) return false;
395 // empty_fixed_array.
781 array->set_elements(heap->empty_fixed_array());
H A Disolate.cc2190 if (initial_array_proto->elements() != heap()->empty_fixed_array()) {
2200 if (initial_object_proto->elements() != heap()->empty_fixed_array()) {
2318 heap()->set_microtask_queue(heap()->empty_fixed_array());
2336 heap()->set_microtask_queue(heap()->empty_fixed_array());
H A Dscopeinfo.cc133 return reinterpret_cast<ScopeInfo*>(isolate->heap()->empty_fixed_array());
H A Dhydrogen.cc1409 HInstruction* empty_fixed_array = Add<HConstant>( local
1410 isolate()->factory()->empty_fixed_array());
1414 if_builder.IfNot<HCompareObjectEqAndBranch>(elements, empty_fixed_array);
1836 HConstant* empty_fixed_array = local
1837 Add<HConstant>(isolate()->factory()->empty_fixed_array());
1840 empty_fixed_array);
1843 empty_fixed_array);
2651 HConstant* empty_fixed_array = local
2652 Add<HConstant>(isolate()->factory()->empty_fixed_array());
2655 array, HObjectAccess::ForPropertiesPointer(), empty_fixed_array);
9323 HValue* empty_fixed_array = Add<HConstant>(factory->empty_fixed_array()); local
10963 HConstant* empty_fixed_array = Add<HConstant>( local
[all...]
H A Dobjects-debug.cc286 (elements() == GetHeap()->empty_fixed_array())),
H A Dserialize.cc1430 heap_object->GetHeap()->empty_fixed_array());
1823 heap_object->GetHeap()->empty_fixed_array());
H A Daccessors.cc606 DCHECK(*line_ends == isolate->heap()->empty_fixed_array() ||
H A Dliveedit.cc1133 if (data == function->GetIsolate()->heap()->empty_fixed_array()) {
H A Dobjects.cc789 if (js_object->elements() != isolate->heap()->empty_fixed_array()) {
4315 object->set_properties(isolate->heap()->empty_fixed_array());
5726 return isolate->factory()->empty_fixed_array();
5777 return Handle<FixedArray>(isolate->heap()->empty_fixed_array());
5790 Handle<FixedArray> content = isolate->factory()->empty_fixed_array();
7741 if (new_length == 0) return isolate->factory()->empty_fixed_array();
7922 result = isolate->factory()->empty_fixed_array();
9609 if (*array != isolate->heap()->empty_fixed_array()) {
11580 (code->deoptimization_data() != code->GetHeap()->empty_fixed_array())) {
12695 if (object->elements() == isolate->heap()->empty_fixed_array() ||
[all...]
H A Druntime.cc516 DCHECK(*elements != isolate->heap()->empty_fixed_array());
2653 prototype->set_elements(isolate->heap()->empty_fixed_array());
3019 generator->set_operand_stack(isolate->heap()->empty_fixed_array());
3051 isolate->heap()->empty_fixed_array());
3106 generator_object->set_operand_stack(isolate->heap()->empty_fixed_array());
10835 Handle<FixedArray> keys = isolate->factory()->empty_fixed_array();
15297 return MakePair(isolate->heap()->empty_fixed_array(), Smi::FromInt(1));
H A Delements.cc927 if (*elements == heap->empty_fixed_array()) {
/external/chromium_org/v8/src/heap/
H A Dheap.cc2307 map->set_code_cache(empty_fixed_array(), SKIP_WRITE_BARRIER);
2308 map->set_dependent_code(DependentCode::cast(empty_fixed_array()),
2435 meta_map()->set_code_cache(empty_fixed_array());
2436 meta_map()->set_dependent_code(DependentCode::cast(empty_fixed_array()));
2440 fixed_array_map()->set_code_cache(empty_fixed_array());
2442 DependentCode::cast(empty_fixed_array()));
2446 undefined_map()->set_code_cache(empty_fixed_array());
2447 undefined_map()->set_dependent_code(DependentCode::cast(empty_fixed_array()));
2451 null_map()->set_code_cache(empty_fixed_array());
2452 null_map()->set_dependent_code(DependentCode::cast(empty_fixed_array()));
[all...]
H A Dheap.h58 V(FixedArray, empty_fixed_array, EmptyFixedArray) \
240 V(empty_fixed_array) \
H A Dmark-compact.cc1541 fixed_array != heap->empty_fixed_array()) {
1633 if (sfi->scope_info() != heap->empty_fixed_array()) {
2464 map->set_dependent_code(DependentCode::cast(heap()->empty_fixed_array()));
/external/chromium_org/v8/src/x87/
H A Dcodegen-x87.cc248 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
362 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
H A Dbuiltins-x87.cc208 __ mov(ecx, factory->empty_fixed_array());
1180 __ Move(ecx, Immediate(factory->empty_fixed_array()));
H A Dcode-stubs-x87.cc556 masm->isolate()->factory()->empty_fixed_array());
558 masm->isolate()->factory()->empty_fixed_array());
734 masm->isolate()->factory()->empty_fixed_array());
736 masm->isolate()->factory()->empty_fixed_array());
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc208 __ mov(ecx, factory->empty_fixed_array());
1180 __ Move(ecx, Immediate(factory->empty_fixed_array()));
H A Dcodegen-ia32.cc576 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
702 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
H A Dcode-stubs-ia32.cc876 masm->isolate()->factory()->empty_fixed_array());
878 masm->isolate()->factory()->empty_fixed_array());
1054 masm->isolate()->factory()->empty_fixed_array());
1056 masm->isolate()->factory()->empty_fixed_array());
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc4730 Register empty_fixed_array = x4; local
4735 __ Mov(empty_fixed_array, Operand(isolate()->factory()->empty_fixed_array()));
4743 __ Stp(empty_fixed_array, empty_fixed_array,

Completed in 1952 milliseconds

12