OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOT_IN_GC
(Results
1 - 14
of
14
) sorted by null
/external/v8/src/
contexts.cc
318
return isolate->heap()->gc_state() != Heap::
NOT_IN_GC
||
heap-inl.h
186
ASSERT(allocation_allowed_ && gc_state_ ==
NOT_IN_GC
);
295
gc_state_ !=
NOT_IN_GC
|| // ... or in the middle of GC
global-handles.cc
532
ASSERT(isolate_->heap()->gc_state() == Heap::
NOT_IN_GC
);
incremental-marking.cc
771
if (heap_->gc_state() != Heap::
NOT_IN_GC
||
heap.cc
109
gc_state_(
NOT_IN_GC
),
385
ASSERT(allocation_allowed_ && gc_state_ ==
NOT_IN_GC
);
923
gc_state_ =
NOT_IN_GC
;
[
all
...]
frames.cc
709
isolate()->heap()->gc_state() == Heap::
NOT_IN_GC
);
[
all
...]
heap.h
[
all
...]
/external/chromium_org/v8/src/
contexts.cc
392
return isolate->heap()->gc_state() != Heap::
NOT_IN_GC
||
incremental-marking.cc
508
heap_->gc_state() == Heap::
NOT_IN_GC
&&
586
ASSERT(heap_->gc_state() == Heap::
NOT_IN_GC
);
898
if (heap_->gc_state() != Heap::
NOT_IN_GC
||
[
all
...]
heap-inl.h
219
ASSERT(gc_state_ ==
NOT_IN_GC
);
307
gc_state_ !=
NOT_IN_GC
|| // ... or in the middle of GC
global-handles.cc
666
ASSERT(isolate_->heap()->gc_state() == Heap::
NOT_IN_GC
);
[
all
...]
heap.cc
99
gc_state_(
NOT_IN_GC
),
458
ASSERT(!AllowHeapAllocation::IsAllowed() && gc_state_ ==
NOT_IN_GC
);
[
all
...]
frames.cc
763
isolate()->heap()->gc_state() == Heap::
NOT_IN_GC
);
[
all
...]
heap.h
[
all
...]
Completed in 109 milliseconds