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/chromium_org/v8/src/
heap-inl.h
182
ASSERT(
gc_state_
== NOT_IN_GC);
253
gc_state_
!= NOT_IN_GC || // ... or in the middle of GC
heap.cc
79
gc_state_
(NOT_IN_GC),
428
ASSERT(!AllowHeapAllocation::IsAllowed() &&
gc_state_
== NOT_IN_GC);
[
all
...]
heap.h
1535
HeapState
gc_state_
;
member in class:v8::internal::Heap
[
all
...]
Completed in 35 milliseconds