OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_state
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/v8/src/
ic-inl.h
94
if (heap->
gc_state
() == Heap::MARK_COMPACT) {
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
...]
global-handles.cc
666
ASSERT(isolate_->heap()->
gc_state
() == Heap::NOT_IN_GC);
[
all
...]
frames.cc
763
isolate()->heap()->
gc_state
() == Heap::NOT_IN_GC);
[
all
...]
heap.h
1434
inline HeapState
gc_state
() { return
gc_state
_; }
function in class:v8::internal::Heap
[
all
...]
mark-compact.cc
[
all
...]
spaces.cc
[
all
...]
heap.cc
[
all
...]
/external/v8/src/
contexts.cc
318
return isolate->heap()->
gc_state
() != Heap::NOT_IN_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 ||
frames.cc
709
isolate()->heap()->
gc_state
() == Heap::NOT_IN_GC);
[
all
...]
heap.h
1273
inline HeapState
gc_state
() { return
gc_state
_; }
function in class:v8::internal::Heap
[
all
...]
spaces.cc
[
all
...]
Completed in 266 milliseconds