Home | History | Annotate | Download | only in src

Lines Matching refs:AllocateFixedArray

2370   { MaybeObject* maybe_elements = AllocateFixedArray(2);
2581 AllocateFixedArray(String::kMaxAsciiCharCode + 1, TENURED);
2588 AllocateFixedArray(StringSplitCache::kStringSplitCacheSize, TENURED);
2594 { MaybeObject* maybe_obj = AllocateFixedArray(Natives::GetBuiltinsCount());
2689 AllocateFixedArray(kInitialNumberStringCacheSize * 2, TENURED);
2713 AllocateFixedArray(FullSizeNumberStringCacheLength(), TENURED);
3790 { MaybeObject* maybe_properties = AllocateFixedArray(prop_size, pretenure);
4104 maybe = AllocateFixedArray(prop_size, TENURED);
4158 { MaybeObject* maybe_properties = AllocateFixedArray(prop_size, TENURED);
4454 if (always_allocate()) return AllocateFixedArray(length, TENURED);
4506 MaybeObject* Heap::AllocateFixedArray(int length) {
4571 MaybeObject* Heap::AllocateFixedArray(int length, PretenureFlag pretenure) {
4683 { MaybeObject* maybe_result = AllocateFixedArray(length, pretenure);
4696 AllocateFixedArray(Context::GLOBAL_CONTEXT_SLOTS);
4713 { MaybeObject* maybe_result = AllocateFixedArray(length);
4733 AllocateFixedArray(Context::MIN_CONTEXT_SLOTS + 1);
4751 { MaybeObject* maybe_result = AllocateFixedArray(Context::MIN_CONTEXT_SLOTS);
4784 MaybeObject* maybe_scope_info = AllocateFixedArray(length, TENURED);