HomeSort by relevance Sort by last modified time
    Searched refs:empty_fixed_array (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/v8/src/
bootstrapper.h 23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL;
code-stubs-hydrogen.cc 500 HConstant* empty_fixed_array = local
501 Add<HConstant>(isolate()->factory()->empty_fixed_array());
506 empty_fixed_array);
1262 HInstruction* empty_fixed_array = local
    [all...]
factory.cc 786 code_cache->set_default_cache(*empty_fixed_array(), SKIP_WRITE_BARRIER);
    [all...]
heap.cc     [all...]
objects-inl.h     [all...]
builtins.cc 258 if (array_proto->elements() != heap->empty_fixed_array()) return false;
264 if (array_proto->elements() != heap->empty_fixed_array()) return false;
458 // empty_fixed_array.
844 array->set_elements(heap->empty_fixed_array());
    [all...]
isolate.cc     [all...]
scopeinfo.cc 129 return reinterpret_cast<ScopeInfo*>(isolate->heap()->empty_fixed_array());
hydrogen.cc 1386 HInstruction* empty_fixed_array = Add<HConstant>( local
1759 HConstant* empty_fixed_array = local
2572 HConstant* empty_fixed_array = local
9163 HValue* empty_fixed_array = Add<HConstant>(factory->empty_fixed_array()); local
10804 HConstant* empty_fixed_array = Add<HConstant>( local
    [all...]
objects-debug.cc 284 (elements() == GetHeap()->empty_fixed_array())),
    [all...]
heap.h 55 V(FixedArray, empty_fixed_array, EmptyFixedArray) \
243 V(empty_fixed_array) \
    [all...]
mark-compact.cc     [all...]
accessors.cc 561 ASSERT(*line_ends == isolate->heap()->empty_fixed_array() ||
    [all...]
serialize.cc     [all...]
objects.cc 857 if (js_object->elements() != isolate->heap()->empty_fixed_array()) {
    [all...]
elements.cc     [all...]
liveedit.cc     [all...]
runtime.cc 526 ASSERT(*elements != isolate->heap()->empty_fixed_array());
    [all...]
  /external/chromium_org/v8/src/x87/
codegen-x87.cc 244 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
361 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
builtins-x87.cc 208 __ mov(ecx, factory->empty_fixed_array());
    [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 568 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
689 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
    [all...]
builtins-ia32.cc 208 __ mov(ecx, factory->empty_fixed_array());
    [all...]
full-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 4608 Register empty_fixed_array = x4; local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc     [all...]

Completed in 1263 milliseconds

1 2