OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_state
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
spaces-inl.h
86
if ((heap_->
gc_state
() == Heap::SCAVENGE) && IsWatermarkValid()) {
271
if (heap_->
gc_state
() == Heap::SCAVENGE) {
contexts.cc
321
return isolate->heap()->
gc_state
() != Heap::NOT_IN_GC ||
global-handles.cc
423
ASSERT(isolate_->heap()->
gc_state
() == Heap::NOT_IN_GC);
frames.cc
657
isolate()->heap()->
gc_state
() == Heap::NOT_IN_GC);
[
all
...]
heap.h
1059
inline HeapState
gc_state
() { return
gc_state
_; }
function in class:v8::internal::Heap
[
all
...]
Completed in 162 milliseconds