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

1 2 3

  /external/v8/test/cctest/
test-elements-kind.cc 75 Handle<FixedArray> empty_fixed_array(factory->empty_fixed_array());
82 CHECK(EQUALS(object->properties(), empty_fixed_array));
83 CHECK(EQUALS(object->elements(), empty_fixed_array));
93 CHECK(EQUALS(object->elements(), empty_fixed_array));
103 Handle<FixedArray> empty_fixed_array(factory->empty_fixed_array());
113 CHECK(EQUALS(object->properties(), empty_fixed_array));
114 CHECK(EQUALS(object->elements(), empty_fixed_array));
125 CHECK(EQUALS(object->properties(), empty_fixed_array));
    [all...]
test-array-list.cc 22 ArrayList::cast(isolate->heap()->empty_fixed_array()));
test-slots-buffer.cc 34 HeapObject::RawField(heap->empty_fixed_array(),
49 HeapObject::RawField(heap->empty_fixed_array(),
52 HeapObject::RawField(heap->empty_fixed_array(),
114 Object** kRemovedEntry = HeapObject::RawField(heap->empty_fixed_array(),
test-feedback-vector.cc 45 .is_identical_to(factory->empty_fixed_array()));
  /external/v8/src/heap/
slots-buffer.cc 42 heap->empty_fixed_array(), FixedArrayBase::kLengthOffset);
83 heap->empty_fixed_array(), FixedArrayBase::kLengthOffset);
object-stats.cc 144 fixed_array != heap->empty_fixed_array()) {
221 if (sfi->scope_info() != heap->empty_fixed_array()) {
heap.cc     [all...]
  /external/v8/src/runtime/
runtime-generator.cc 34 generator->set_operand_stack(isolate->heap()->empty_fixed_array());
77 isolate->heap()->empty_fixed_array());
125 generator_object->set_operand_stack(isolate->heap()->empty_fixed_array());
runtime-interpreter.cc 177 cache_array = isolate->factory()->empty_fixed_array();
runtime-array.cc 28 prototype->set_elements(isolate->heap()->empty_fixed_array());
runtime-literals.cc 317 DCHECK(*elements != isolate->heap()->empty_fixed_array());
  /external/v8/src/
type-feedback-vector-inl.h 72 return is_empty() ? TypeFeedbackMetadata::cast(GetHeap()->empty_fixed_array())
key-accumulator.cc 27 return isolate_->factory()->empty_fixed_array();
248 if (store_position == 0) return isolate->factory()->empty_fixed_array();
bootstrapper.h 23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL;
code-stubs-hydrogen.cc 677 HConstant* empty_fixed_array = local
678 Add<HConstant>(isolate()->factory()->empty_fixed_array());
683 empty_fixed_array);
2043 HInstruction* empty_fixed_array = local
    [all...]
factory.cc 856 code_cache->set_default_cache(*empty_fixed_array(), SKIP_WRITE_BARRIER);
    [all...]
transitions.cc 350 return heap->empty_fixed_array();
354 return heap->empty_fixed_array();
type-feedback-vector.cc 60 isolate->factory()->empty_fixed_array());
138 return Handle<TypeFeedbackVector>::cast(factory->empty_fixed_array());
objects-inl.h     [all...]
isolate.cc     [all...]
  /external/v8/src/compiler/
js-graph.cc 29 HeapConstant(factory()->empty_fixed_array()));
  /external/v8/src/x87/
codegen-x87.cc 267 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
381 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
  /external/v8/src/crankshaft/
hydrogen.cc 1432 HInstruction* empty_fixed_array = Add<HConstant>( local
1830 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
1872 HConstant* empty_fixed_array = local
2132 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
2786 HConstant* empty_fixed_array = local
9961 HValue* empty_fixed_array = Add<HConstant>(factory->empty_fixed_array()); local
10048 HConstant* empty_fixed_array = local
11774 HConstant* empty_fixed_array = Add<HConstant>( local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 3704 Register empty_fixed_array = x4; local
4650 Register empty_fixed_array = x4; local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 578 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
704 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
    [all...]

Completed in 449 milliseconds

1 2 3