Lines Matching full:allocationgroup
36 MemoryOptimizer::AllocationGroup::AllocationGroup(Node* node,
43 MemoryOptimizer::AllocationGroup::AllocationGroup(Node* node,
50 void MemoryOptimizer::AllocationGroup::Add(Node* node) {
54 bool MemoryOptimizer::AllocationGroup::Contains(Node* node) const {
61 MemoryOptimizer::AllocationState::AllocationState(AllocationGroup* group)
64 MemoryOptimizer::AllocationState::AllocationState(AllocationGroup* group,
166 AllocationGroup* const group = state->group();
259 AllocationGroup* group =
260 new (zone()) AllocationGroup(value, pretenure, size, zone());
321 AllocationGroup* group =
322 new (zone()) AllocationGroup(value, pretenure, zone());
447 AllocationGroup* group = state->group();