OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incremental_marking_stopped
(Results
1 - 4
of
4
) sorted by null
/external/v8/test/unittests/heap/
gc-idle-time-handler-unittest.cc
26
result.
incremental_marking_stopped
= false;
131
heap_state.
incremental_marking_stopped
= true;
143
heap_state.
incremental_marking_stopped
= true;
154
heap_state.
incremental_marking_stopped
= true;
195
heap_state.
incremental_marking_stopped
= true;
205
heap_state.
incremental_marking_stopped
= true;
214
heap_state.
incremental_marking_stopped
= true;
218
heap_state.
incremental_marking_stopped
= false;
235
heap_state.
incremental_marking_stopped
= true;
248
heap_state.
incremental_marking_stopped
= true
[
all
...]
/external/v8/src/heap/
gc-idle-time-handler.cc
46
PrintF("
incremental_marking_stopped
=%d ",
incremental_marking_stopped
);
158
if (heap_state.
incremental_marking_stopped
) {
175
if (!FLAG_incremental_marking || heap_state.
incremental_marking_stopped
) {
gc-idle-time-handler.h
65
bool
incremental_marking_stopped
;
member in class:v8::internal::GCIdleTimeHeapState
heap.cc
[
all
...]
Completed in 326 milliseconds