OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_space_high_promotion_mode_active_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
heap.h
1951
intptr_t
new_space_high_promotion_mode_active_
;
member in class:v8::internal::Heap
[
all
...]
heap.cc
109
new_space_high_promotion_mode_active_
(false),
[
all
...]
/external/v8/src/
heap.cc
121
new_space_high_promotion_mode_active_
(false),
838
if (!
new_space_high_promotion_mode_active_
&&
846
new_space_high_promotion_mode_active_
= true;
851
} else if (
new_space_high_promotion_mode_active_
&&
857
new_space_high_promotion_mode_active_
= false;
864
if (
new_space_high_promotion_mode_active_
&&
[
all
...]
heap.h
1689
bool
new_space_high_promotion_mode_active_
;
member in class:v8::internal::Heap
[
all
...]
Completed in 222 milliseconds