OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
Pre
tenure
Flag
tenure
= Heap::InNewSpace(this) ? NOT_TENURED: TENURED;
local
[
all
...]
/development/samples/SearchableDictionary/res/raw/
definitions.txt
[
all
...]
Completed in 73 milliseconds