Searched defs:LinearAllocationArea (Results 1 – 1 of 1) sorted by relevance
43 class LinearAllocationArea; variable1656 LinearAllocationArea() : top_(kNullAddress), limit_(kNullAddress) {} in LinearAllocationArea() function1657 LinearAllocationArea(Address top, Address limit) : top_(top), limit_(limit) {} in LinearAllocationArea() function