Home | History | Annotate | Download | only in src

Lines Matching full:tenure

639       PretenureFlag tenure = Heap::InNewSpace(this) ? NOT_TENURED : TENURED;
644 object = Heap::AllocateRawAsciiString(len, tenure);
657 object = Heap::AllocateRawTwoByteString(len, tenure);
7100 PretenureFlag tenure = Heap::InNewSpace(this) ? NOT_TENURED: TENURED;
7102 Heap::AllocateFixedArray(dict->NumberOfElements(), tenure);