Lines Matching refs:AllocationGroup
46 class AllocationGroup final : public ZoneObject {
48 AllocationGroup(Node* node, PretenureFlag pretenure, Zone* zone);
49 AllocationGroup(Node* node, PretenureFlag pretenure, Node* size,
51 ~AllocationGroup() {} in ~AllocationGroup()
65 DISALLOW_IMPLICIT_CONSTRUCTORS(AllocationGroup);
74 static AllocationState const* Closed(AllocationGroup* group, Zone* zone) { in Closed()
77 static AllocationState const* Open(AllocationGroup* group, int size, in Open()
84 AllocationGroup* group() const { return group_; } in group()
90 explicit AllocationState(AllocationGroup* group);
91 AllocationState(AllocationGroup* group, int size, Node* top);
93 AllocationGroup* const group_;