/third_party/node/deps/v8/src/compiler/ |
H A D | js-create-lowering.cc | 409 MapRef fixed_array_map = MakeRef(broker(), factory()->fixed_array_map()); in ReduceJSCreateGeneratorObject() local 411 if (!ab.CanAllocateArray(length, fixed_array_map)) { in ReduceJSCreateGeneratorObject() 414 ab.AllocateArray(length, fixed_array_map); in ReduceJSCreateGeneratorObject() 782 MapRef fixed_array_map = MakeRef(broker(), factory()->fixed_array_map()); in ReduceJSCreateAsyncFunctionObject() local 784 CHECK(ab.CanAllocateArray(register_count, fixed_array_map)); in ReduceJSCreateAsyncFunctionObject() 785 ab.AllocateArray(register_count, fixed_array_map); in ReduceJSCreateAsyncFunctionObject() 895 MapRef fixed_array_map = MakeRef(broker(), factory()->fixed_array_map()); in ReduceJSCreateBoundFunction() local 1439 MapRef fixed_array_map = MakeRef(broker(), factory()->fixed_array_map()); TryAllocateArguments() local 1470 MapRef fixed_array_map = MakeRef(broker(), factory()->fixed_array_map()); TryAllocateRestArguments() local 1515 MapRef fixed_array_map = MakeRef(broker(), factory()->fixed_array_map()); TryAllocateAliasedArguments() local [all...] |
H A D | js-graph.cc | 142 DEFINE_GETTER(FixedArrayMapConstant, HeapConstant(factory()->fixed_array_map()))
|
H A D | load-elimination.cc | 794 ZoneHandleSet<Map> fixed_array_maps(factory()->fixed_array_map()); in ReduceEnsureWritableFastElements() 826 ZoneHandleSet<Map> fixed_array_maps(factory()->fixed_array_map()); in ReduceMaybeGrowFastElements()
|
H A D | js-native-context-specialization.cc | 238 MapRef fixed_array_map = MakeRef(broker(), factory()->fixed_array_map()); in ReduceJSAsyncFunctionEnter() local 240 if (!ab.CanAllocateArray(register_count, fixed_array_map)) { in ReduceJSAsyncFunctionEnter() 2905 ZoneHandleSet<Map>(factory()->fixed_array_map())), in BuildElementAccess()
|
H A D | js-call-reducer.cc | 2791 MapRef fixed_array_map = MakeRef(broker(), factory()->fixed_array_map()); 2793 if (!ab.CanAllocateArray(arity, fixed_array_map)) {
|
/third_party/node/deps/v8/src/objects/ |
H A D | fixed-array-inl.h | 363 map() != GetReadOnlyRoots().fixed_array_map()); in get_scalar() 371 map() != GetReadOnlyRoots().fixed_array_map()); in get_representation() 389 map() != GetReadOnlyRoots().fixed_array_map()); in set() 406 map() != GetReadOnlyRoots().fixed_array_map()); in set_the_hole()
|
H A D | js-objects-inl.h | 211 DCHECK(elements->map() == roots.fixed_array_map() || in EnsureCanContainElements() 245 (value->map() == ReadOnlyRoots(isolate).fixed_array_map() || in SetMapAndElements() 633 DCHECK(map == GetReadOnlyRoots(cage_base).fixed_array_map() || in DEF_GETTER()
|
H A D | ordered-hash-table.cc | 209 result->set_map(ReadOnlyRoots(isolate).fixed_array_map()); in ConvertToKeysArray()
|
H A D | elements.cc | 2128 if (map == ReadOnlyRoots(heap).fixed_array_map()) DCHECK_EQ(0u, length); in ValidateContents()
|
H A D | js-objects.cc | 2346 elems, isolate->factory()->fixed_array_map()); in EnsureWritableFastElements()
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 241 DCHECK_NE(roots.fixed_array_map(), roots.fixed_cow_array_map()); in CreateInitialMaps() 257 obj.set_map_after_allocation(roots.fixed_array_map(), SKIP_WRITE_BARRIER); in CreateInitialMaps() 341 FinalizePartialMap(roots.fixed_array_map()); in CreateInitialMaps()
|
H A D | factory-base.cc | 156 result.set_map_after_allocation(read_only_roots().fixed_array_map(), in NewFixedArrayWithZeroes()
|
H A D | factory.cc | 477 result.set_map_after_allocation(*fixed_array_map(), SKIP_WRITE_BARRIER); in TryNewFixedArray() 2151 heap_object.set_map_after_allocation(*fixed_array_map(), SKIP_WRITE_BARRIER); in CopyFixedArrayUpTo()
|
/third_party/node/deps/v8/src/roots/ |
H A D | roots.h | 50 V(Map, fixed_array_map, FixedArrayMap) \
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 1208 cached_fixed_array, isolate->factory()->fixed_array_map()); in SearchRegExpMultiple() 1335 result_fixed_array, isolate->factory()->fixed_array_map()); in SearchRegExpMultiple()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 474 (elements().map() == GetReadOnlyRoots().fixed_array_map() || in JSObjectVerify() 590 CHECK_EQ(map(), ReadOnlyRoots(isolate).fixed_array_map()); in FixedArrayVerify()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 3729 TNode<Map> fixed_array_map = 3733 AllocationFlag::kAllowLargeObjectAllocation, fixed_array_map)); 4294 base::Optional<TNode<Map>> fixed_array_map) { 4327 if (fixed_array_map) { 4335 StoreMapNoWriteBarrier(array, *fixed_array_map); 4337 StoreMap(array, *fixed_array_map); 4461 TNode<TIndex> capacity, TNode<Map> fixed_array_map, 4469 CSA_DCHECK(this, IsFixedDoubleArrayMap(fixed_array_map)); 4474 AllocateFixedArray(kind, capacity, allocation_flags, fixed_array_map); 4532 ExtractToFixedArray(from_array, first, count, capacity, fixed_array_map, [all...] |
H A D | code-stub-assembler.h | 154 V(FixedArrayMap, fixed_array_map, FixedArrayMap) \ 2026 base::Optional<TNode<Map>> fixed_array_map = base::nullopt);
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 920 frame.Add(TranslatedValue::NewTagged(this, roots.fixed_array_map())); in CreateArgumentsElementsTranslatedValues()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2045 object != roots.fixed_array_map() && object != roots.cell_map() && in IsEssentialObject()
|