OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_new_space_size
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
heap.cc
1032
int
start_new_space_size
= Heap::new_space()->SizeAsInt();
local
[
all
...]
heap.h
[
all
...]
/external/v8/src/
heap.cc
733
void Heap::UpdateSurvivalRateTrend(int
start_new_space_size
) {
736
start_new_space_size
;
791
int
start_new_space_size
= Heap::new_space()->SizeAsInt();
local
807
UpdateSurvivalRateTrend(
start_new_space_size
);
835
UpdateSurvivalRateTrend(
start_new_space_size
);
[
all
...]
heap.h
[
all
...]
Completed in 41 milliseconds