Lines Matching refs:allocation
749 // We just initialized the VM, no heap allocation failure yet.
971 // Increase the chance of 'bump-the-pointer' allocation in old space.
2665 // Test regular array literals allocation.
3550 v8::internal::AllocationResult allocation =
3553 v8::internal::FreeListNode::cast(allocation.ToObjectChecked());
3612 AllocationResult allocation = CcTest::heap()->new_space()->AllocateRaw(
3614 CHECK(allocation.To(&obj));
3800 // Warm-up with inline allocation enabled.
3803 // Run test with inline allocation disabled.
3807 // Run test with inline allocation re-enabled.
3834 // The allocation site at the head of the list is ours.
3846 // One allocation site should have been created.
3868 // still have the allocation site alive.