Lines Matching defs:allocation
47 #include "src/objects/allocation-site-inl.h"
48 #include "src/objects/allocation-site-scopes.h"
4166 AllocationType allocation) {
4192 allocation);
4205 // Reload length, allocation might have killed some weak refs.
4238 AllocationType allocation) {
4243 allocation);
4353 AllocationType allocation) {
4365 new_length, allocation);
4407 AllocationType allocation) {
4411 allocation);
4415 AllocationType allocation);
4418 AllocationType allocation);
5702 IsolateT* isolate, int at_least_space_for, AllocationType allocation,
5714 return NewInternal(isolate, capacity, allocation);
5720 IsolateT* isolate, int capacity, AllocationType allocation) {
5724 Derived::GetMap(ReadOnlyRoots(isolate)), length, allocation);
5853 AllocationType allocation) {
5859 bool should_pretenure = allocation == AllocationType::kOld ||
6024 IsolateT* isolate, int at_least_space_for, AllocationType allocation,
6028 isolate, at_least_space_for, allocation, capacity_option);