HomeSort by relevance Sort by last modified time
    Searched full:tenure (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
objects.cc 639 PretenureFlag tenure = Heap::InNewSpace(this) ? NOT_TENURED : TENURED; local
644 object = Heap::AllocateRawAsciiString(len, tenure);
657 object = Heap::AllocateRawTwoByteString(len, tenure);
7100 PretenureFlag tenure = Heap::InNewSpace(this) ? NOT_TENURED: TENURED; local
    [all...]
  /development/samples/SearchableDictionary/res/raw/
definitions.txt     [all...]

Completed in 390 milliseconds