Lines Matching defs:allocation
57 AllocationType allocation = AllocationType::kYoung);
65 IsolateT* isolate, AllocationType allocation = AllocationType::kYoung) {
68 New(isolate, 0, allocation).ToHandleChecked());
188 AllocationType allocation) {
193 Cast(isolate->factory()->NewBigInt(length, allocation));
345 Handle<BigInt> BigInt::Zero(IsolateT* isolate, AllocationType allocation) {
346 return MutableBigInt::Zero(isolate, allocation);
349 AllocationType allocation);
351 AllocationType allocation);
994 // Right-trim any over-allocation (which can happen due to conservative
1312 bool negative, AllocationType allocation) {
1316 MutableBigInt::New(isolate, digits, allocation).ToHandleChecked();