OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_state_
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
heap-inl.h
147
ASSERT(allocation_allowed_ &&
gc_state_
== NOT_IN_GC);
256
gc_state_
!= NOT_IN_GC || // ... or in the middle of GC
heap.cc
109
gc_state_
(NOT_IN_GC),
389
ASSERT(allocation_allowed_ &&
gc_state_
== NOT_IN_GC);
811
gc_state_
= MARK_COMPACT;
833
gc_state_
= NOT_IN_GC;
943
gc_state_
= SCAVENGE;
[
all
...]
heap.h
1283
HeapState
gc_state_
;
member in class:v8::internal::Heap
[
all
...]
Completed in 45 milliseconds