Lines Matching refs:allocation
109 // Interface for handle based allocation.
127 int length, AllocationType allocation = AllocationType::kYoung);
129 // In case of an allocation failure (OOM) an empty handle is returned.
135 int length, AllocationType allocation = AllocationType::kYoung);
166 AllocationType allocation = AllocationType::kYoung);
169 AllocationType allocation = AllocationType::kYoung);
172 AllocationType allocation = AllocationType::kYoung);
185 AllocationType allocation);
236 AllocationType allocation = AllocationType::kYoung);
241 AllocationType allocation = AllocationType::kYoung) {
243 return NewStringFromOneByte(base::StaticOneByteVector(str), allocation)
248 const char* str, AllocationType allocation = AllocationType::kYoung) {
249 return NewStringFromOneByte(base::OneByteVector(str), allocation)
257 AllocationType allocation = AllocationType::kYoung);
261 AllocationType allocation = AllocationType::kYoung);
265 AllocationType allocation = AllocationType::kYoung);
269 AllocationType allocation = AllocationType::kYoung);
334 Handle<Symbol> NewSymbol(AllocationType allocation = AllocationType::kOld);
336 AllocationType allocation = AllocationType::kOld);
429 AllocationType allocation = AllocationType::kOld);
457 int size, AllocationAlignment alignment, AllocationType allocation,
477 int capacity, AllocationType allocation = AllocationType::kYoung);
484 AllocationType allocation = AllocationType::kYoung);
488 AllocationType allocation = AllocationType::kYoung);
495 AllocationType allocation = AllocationType::kYoung);
513 AllocationType allocation = AllocationType::kYoung);
523 // Passing an allocation site means that a memento will be created that
528 Handle<Map> map, AllocationType allocation = AllocationType::kYoung,
534 AllocationType allocation = AllocationType::kYoung,
541 AllocationType allocation = AllocationType::kYoung,
560 AllocationType allocation = AllocationType::kYoung);
564 AllocationType allocation = AllocationType::kYoung) {
569 INITIALIZE_ARRAY_ELEMENTS_WITH_HOLE, allocation);
575 AllocationType allocation = AllocationType::kYoung);
580 AllocationType allocation = AllocationType::kYoung);
647 AllocationType allocation = AllocationType::kYoung);
651 AllocationType allocation = AllocationType::kYoung);
804 int data_count, AllocationType allocation = AllocationType::kOld);
839 HeapObject NewForTest(Handle<Map> map, AllocationType allocation) {
840 return New(map, allocation);
881 // which tries to gracefully handle allocation failure.
894 // allocation fails.
1015 HeapObject AllocateRaw(int size, AllocationType allocation,
1046 Handle<Map> map, AllocationType allocation,
1053 Symbol NewSymbolInternal(AllocationType allocation = AllocationType::kOld);
1060 AllocationType allocation);
1064 AllocationType allocation);
1068 HeapObject New(Handle<Map> map, AllocationType allocation);
1074 AllocationType allocation);
1084 AllocationType allocation);
1098 AllocationType allocation = AllocationType::kYoung);
1117 int capacity, AllocationType allocation = AllocationType::kYoung);