OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFastMarking
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
incremental-marking.h
102
static const intptr_t
kFastMarking
= 3;
110
Step(allocated *
kFastMarking
/ kInitialAllocationMarkingFactor,
208
if (allocation_marking_factor_ <
kFastMarking
) {
211
static_cast<int>(
kFastMarking
));
213
allocation_marking_factor_ =
kFastMarking
;
/external/chromium_org/v8/src/
incremental-marking.h
108
static const intptr_t
kFastMarking
= 3;
202
if (marking_speed_ <
kFastMarking
) {
206
static_cast<int>(
kFastMarking
));
208
marking_speed_ =
kFastMarking
;
incremental-marking.cc
891
Step(allocated *
kFastMarking
/ kInitialMarkingSpeed, GC_VIA_STACK_GUARD);
[
all
...]
Completed in 5283 milliseconds