Searched defs:ALLOCATION_FOLDED (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dmacro-assembler.h34 ALLOCATION_FOLDED = 1 << 5 enumerator in enum:AllocationFlags
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h4747 flags_ = static_cast<HAllocate::Flags>(flags_ | ALLOCATION_FOLDED);
4753 bool IsAllocationFolded() const { return (flags_ & ALLOCATION_FOLDED) != 0; }
4769 ALLOCATION_FOLDED = 1 << 6 enumerator in enum:final::final::Flags

Completed in 127 milliseconds