OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PromotionQueue
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/
heap-inl.h
43
void
PromotionQueue
::insert(HeapObject* target, int size) {
78
void
PromotionQueue
::ActivateGuardIfOnTheSamePage() {
heap.h
290
class
PromotionQueue
{
292
explicit
PromotionQueue
(Heap* heap)
380
DISALLOW_COPY_AND_ASSIGN(
PromotionQueue
);
[
all
...]
heap.cc
[
all
...]
/external/chromium_org/v8/src/
heap-inl.h
43
void
PromotionQueue
::insert(HeapObject* target, int size) {
78
void
PromotionQueue
::ActivateGuardIfOnTheSamePage() {
heap.h
337
class
PromotionQueue
{
339
explicit
PromotionQueue
(Heap* heap)
427
DISALLOW_COPY_AND_ASSIGN(
PromotionQueue
);
[
all
...]
heap.cc
[
all
...]
Completed in 3057 milliseconds