Lines Matching full:allocationgroup
41 class AllocationGroup final : public ZoneObject {
43 AllocationGroup(Node* node, PretenureFlag pretenure, Zone* zone);
44 AllocationGroup(Node* node, PretenureFlag pretenure, Node* size,
46 ~AllocationGroup() {}
60 DISALLOW_IMPLICIT_CONSTRUCTORS(AllocationGroup);
69 static AllocationState const* Closed(AllocationGroup* group, Zone* zone) {
72 static AllocationState const* Open(AllocationGroup* group, int size,
79 AllocationGroup* group() const { return group_; }
85 explicit AllocationState(AllocationGroup* group);
86 AllocationState(AllocationGroup* group, int size, Node* top);
88 AllocationGroup* const group_;