OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PromotionQueue
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
heap.h
259
class
PromotionQueue
{
261
PromotionQueue
() : front_(NULL), rear_(NULL) { }
283
DISALLOW_COPY_AND_ASSIGN(
PromotionQueue
);
[
all
...]
heap-inl.h
39
void
PromotionQueue
::insert(HeapObject* target, int size) {
Completed in 16 milliseconds