Home
last modified time | relevance | path

Searched defs:empty_fixed_array (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-function-gen.cc177 Node* empty_fixed_array = EmptyFixedArrayConstant(); in TF_BUILTIN() local
Dbuiltins-arguments-gen.cc92 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); in AllocateArgumentsObject() local
Dbuiltins-constructor-gen.cc625 Node* empty_fixed_array = EmptyFixedArrayConstant(); in EmitCreateEmptyObjectLiteral() local
Dbuiltins-typed-array-gen.cc176 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); in TF_BUILTIN() local
/external/v8/src/compiler/
Djs-create-lowering.cc442 Node* empty_fixed_array = jsgraph()->EmptyFixedArrayConstant(); in ReduceJSCreateGeneratorObject() local
Djs-call-reducer.cc1754 Node* empty_fixed_array = jsgraph()->EmptyFixedArrayConstant(); in ReduceArrayFilter() local
/external/v8/src/
Dobjects-inl.h802 HeapObject* empty_fixed_array = roots.empty_fixed_array(); in PrototypeHasNoElements() local
Dcode-stub-assembler.cc999 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); in BranchIfPrototypesHaveNoElements() local
Dobjects.cc6726 FixedArray* empty_fixed_array = ReadOnlyRoots(isolate).empty_fixed_array(); in GetIdentityHashHelper() local