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

1 2

  /external/v8/src/builtins/
constants-table-builder.cc 15 DCHECK_EQ(ReadOnlyRoots(isolate_).empty_fixed_array(),
33 DCHECK_EQ(ReadOnlyRoots(isolate_).empty_fixed_array(),
63 DCHECK_EQ(ReadOnlyRoots(isolate_).empty_fixed_array(),
88 DCHECK_EQ(ReadOnlyRoots(isolate_).empty_fixed_array(),
builtins-function-gen.cc 177 Node* empty_fixed_array = EmptyFixedArrayConstant(); local
179 bound_function, JSObject::kPropertiesOrHashOffset, empty_fixed_array);
181 empty_fixed_array);
builtins-arguments-gen.cc 92 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); local
93 StoreObjectField(result, JSArray::kPropertiesOrHashOffset, empty_fixed_array);
121 empty_fixed_array);
builtins-constructor-gen.cc 625 Node* empty_fixed_array = EmptyFixedArrayConstant();
627 AllocateJSObjectFromMap(map, empty_fixed_array, empty_fixed_array);
builtins-typed-array-gen.cc 176 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); local
181 empty_fixed_array);
183 empty_fixed_array);
    [all...]
  /external/v8/src/heap/
setup-heap-internal.cc 300 EnumCache::cast(obj)->set_keys(roots.empty_fixed_array());
301 EnumCache::cast(obj)->set_indices(roots.empty_fixed_array());
533 roots.empty_fixed_array());
583 DCHECK(!InNewSpace(roots.empty_fixed_array()));
759 set_microtask_queue(roots.empty_fixed_array());
    [all...]
factory.cc 347 if (length == 0) return empty_fixed_array();
370 if (length == 0) return empty_fixed_array();
393 if (length == 0) return empty_fixed_array();
401 if (length == 0) return empty_fixed_array();
471 if (length == 0) return empty_fixed_array();
    [all...]
object-stats.cc 746 return array != roots.empty_fixed_array() &&
    [all...]
  /external/v8/src/compiler/
js-graph.cc 154 HeapConstant(factory()->empty_fixed_array()))
js-create-lowering.cc 442 Node* empty_fixed_array = jsgraph()->EmptyFixedArrayConstant(); local
445 a.Store(AccessBuilder::ForJSObjectPropertiesOrHash(), empty_fixed_array); local
446 a.Store(AccessBuilder::ForJSObjectElements(), empty_fixed_array); local
    [all...]
js-heap-broker.cc 585 GetOrCreateData(f->empty_fixed_array());
    [all...]
  /external/v8/src/interpreter/
constant-array-builder.h 29 V(EmptyFixedArray, empty_fixed_array) \
  /external/v8/src/
keys.cc 51 return isolate_->factory()->empty_fixed_array();
335 Handle<FixedArray> indices = isolate->factory()->empty_fixed_array();
453 return isolate_->factory()->empty_fixed_array();
639 return isolate->factory()->empty_fixed_array();
    [all...]
objects-debug.cc 556 CHECK_IMPLIES(indices != ReadOnlyRoots(isolate).empty_fixed_array(),
565 (elements() == GetReadOnlyRoots().empty_fixed_array()) ||
768 CHECK(arg_elements == ReadOnlyRoots(isolate).empty_fixed_array());
    [all...]
objects-inl.h 312 this == GetReadOnlyRoots().empty_fixed_array();
802 HeapObject* empty_fixed_array = roots.empty_fixed_array(); local
809 if (elements != empty_fixed_array &&
    [all...]
roots.h 50 V(FixedArray, empty_fixed_array, EmptyFixedArray) \
isolate.cc     [all...]
deoptimizer.cc     [all...]
  /external/v8/src/objects/
debug-objects.cc 34 set_break_points(ReadOnlyRoots(isolate).empty_fixed_array());
literal-objects.cc 333 : factory->empty_fixed_array();
map-inl.h 183 result = GetReadOnlyRoots().empty_fixed_array();
  /external/v8/src/debug/
debug.cc 444 : isolate_->factory()->empty_fixed_array());
510 OnDebugBreak(isolate_->factory()->empty_fixed_array());
    [all...]
  /external/v8/src/snapshot/
code-serializer.cc 186 script_obj->set_host_defined_options(roots.empty_fixed_array());
  /external/v8/src/wasm/
wasm-debug.cc 338 isolate_->debug()->OnDebugBreak(isolate_->factory()->empty_fixed_array());
  /external/v8/src/runtime/
runtime-regexp.cc 889 isolate->factory()->empty_fixed_array(),
    [all...]

Completed in 1141 milliseconds

1 2