Home | History | Annotate | Download | only in heap

Lines Matching refs:isLargeObject

162     virtual bool isLargeObject() { return false; }
196 virtual bool isLargeObject() OVERRIDE { return true; }
1332 bool isLargeObject = allocationSize > blinkPageSize / 2;
1333 if (isLargeObject)