Home | History | Annotate | Download | only in src

Lines Matching defs:tenure

860       PretenureFlag tenure = heap->InNewSpace(this) ? pretenure : TENURED;
865 { MaybeObject* maybe_object = heap->AllocateRawAsciiString(len, tenure);
880 heap->AllocateRawTwoByteString(len, tenure);
2269 // Must tenure, DescriptorArray expects no new-space objects.
2291 // Must tenure, DescriptorArray expects no new-space objects.
11296 PretenureFlag tenure = heap->InNewSpace(this) ? NOT_TENURED: TENURED;
11299 heap->AllocateFixedArray(dict->NumberOfElements(), tenure);