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

1 2 3

  /external/v8/src/
bootstrapper.h 23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL;
contexts-inl.h 133 return osr_code_table() == GetHeap()->empty_fixed_array();
keys.cc 47 return isolate_->factory()->empty_fixed_array();
129 if (store_position == 0) return isolate->factory()->empty_fixed_array();
313 return isolate->factory()->empty_fixed_array();
441 return isolate_->factory()->empty_fixed_array();
579 return isolate->factory()->empty_fixed_array();
    [all...]
transitions.cc 354 return heap->empty_fixed_array();
358 return heap->empty_fixed_array();
contexts.cc 566 FixedArray* empty_fixed_array = GetHeap()->empty_fixed_array(); local
567 set_osr_code_table(empty_fixed_array);
factory.cc     [all...]
code-stubs-hydrogen.cc 347 elements, Add<HConstant>(isolate()->factory()->empty_fixed_array()));
isolate.cc     [all...]
objects-debug.cc 380 (elements() == GetHeap()->empty_fixed_array()) ||
809 elements() == isolate->heap()->empty_fixed_array());
    [all...]
  /external/v8/src/snapshot/
partial-serializer.cc 55 DCHECK(Map::cast(obj)->code_cache() == obj->GetHeap()->empty_fixed_array());
  /external/v8/src/builtins/
builtins-arguments.cc 84 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); local
85 StoreObjectField(result, JSArray::kPropertiesOffset, empty_fixed_array);
113 empty_fixed_array);
builtins-function.cc 437 Node* empty_fixed_array = assembler.EmptyFixedArrayConstant(); local
439 bound_function, JSObject::kPropertiesOffset, empty_fixed_array);
441 bound_function, JSObject::kElementsOffset, empty_fixed_array);
builtins-constructor.cc 124 Node* empty_fixed_array = HeapConstant(factory->empty_fixed_array()); local
126 empty_fixed_array);
128 empty_fixed_array);
builtins-object.cc 781 isolate->heap()->empty_fixed_array()) {
788 keys = isolate->factory()->empty_fixed_array();
    [all...]
  /external/v8/src/interpreter/
constant-array-builder.h 27 V(EmptyFixedArray, empty_fixed_array)
  /external/v8/src/runtime/
runtime-forin.cc 132 cache_array = isolate->factory()->empty_fixed_array();
runtime-array.cc 30 prototype->set_elements(isolate->heap()->empty_fixed_array());
  /external/v8/src/heap/
object-stats.cc 332 array != heap->empty_fixed_array() &&
474 cur_dependent_code != heap_->empty_fixed_array();
heap.cc     [all...]
heap-inl.h 827 DCHECK_EQ(empty_fixed_array(), serialized_templates());
833 DCHECK_EQ(empty_fixed_array(), serialized_global_proxy_sizes());
  /external/v8/src/compiler/
js-graph.cc 68 HeapConstant(factory()->empty_fixed_array()));
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 2148 Register empty_fixed_array = x4; local
2735 Register empty_fixed_array = x4; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 1776 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
2024 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
2648 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
8538 Handle<Object> empty_fixed_array = local
9805 HValue* empty_fixed_array = Add<HConstant>(factory->empty_fixed_array()); local
9891 HConstant* empty_fixed_array = local
11612 HConstant* empty_fixed_array = Add<HConstant>( local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc     [all...]

Completed in 2020 milliseconds

1 2 3