Lines Matching refs:AllocationGroup
28 class MemoryLowering::AllocationGroup final : public ZoneObject { class in v8::internal::compiler::MemoryLowering
30 AllocationGroup(Node* node, AllocationType allocation, Zone* zone);
31 AllocationGroup(Node* node, AllocationType allocation, Node* size,
33 ~AllocationGroup() = default;
58 DISALLOW_IMPLICIT_CONSTRUCTORS(AllocationGroup);
248 AllocationGroup* const group = state->group(); in ReduceAllocateRaw()
324 AllocationGroup* group = zone()->New<AllocationGroup>( in ReduceAllocateRaw()
367 AllocationGroup* group = in ReduceAllocateRaw()
368 zone()->New<AllocationGroup>(value, allocation_type, zone()); in ReduceAllocateRaw()
656 MemoryLowering::AllocationGroup::AllocationGroup(Node* node, in AllocationGroup() function in v8::internal::compiler::MemoryLowering::AllocationGroup
665 MemoryLowering::AllocationGroup::AllocationGroup(Node* node, in AllocationGroup() function in v8::internal::compiler::MemoryLowering::AllocationGroup
674 void MemoryLowering::AllocationGroup::Add(Node* node) { in Add()
678 bool MemoryLowering::AllocationGroup::Contains(Node* node) const { in Contains()
702 MemoryLowering::AllocationState::AllocationState(AllocationGroup* group, in AllocationState()
709 MemoryLowering::AllocationState::AllocationState(AllocationGroup* group, in AllocationState()