OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_state_
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/
heap-inl.h
186
ASSERT(allocation_allowed_ &&
gc_state_
== NOT_IN_GC);
295
gc_state_
!= NOT_IN_GC || // ... or in the middle of GC
heap.cc
109
gc_state_
(NOT_IN_GC),
385
ASSERT(allocation_allowed_ &&
gc_state_
== NOT_IN_GC);
909
gc_state_
= MARK_COMPACT;
923
gc_state_
= NOT_IN_GC;
[
all
...]
heap.h
1645
HeapState
gc_state_
;
member in class:v8::internal::Heap
[
all
...]
/external/chromium_org/v8/src/
heap-inl.h
219
ASSERT(
gc_state_
== NOT_IN_GC);
307
gc_state_
!= NOT_IN_GC || // ... or in the middle of GC
heap.cc
99
gc_state_
(NOT_IN_GC),
458
ASSERT(!AllowHeapAllocation::IsAllowed() &&
gc_state_
== NOT_IN_GC);
[
all
...]
heap.h
1910
HeapState
gc_state_
;
member in class:v8::internal::Heap
[
all
...]
Completed in 43 milliseconds