Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:ALLOCATION_FOLDED

4747     flags_ = static_cast<HAllocate::Flags>(flags_ | ALLOCATION_FOLDED);
4753 bool IsAllocationFolded() const { return (flags_ & ALLOCATION_FOLDED) != 0; }
4769 ALLOCATION_FOLDED = 1 << 6