HomeSort by relevance Sort by last modified time
    Searched refs:gc_state (Results 1 - 17 of 17) sorted by null

  /art/runtime/
lock_word-inl.h 53 inline LockWord::LockWord(Monitor* mon, uint32_t gc_state)
54 : value_(mon->GetMonitorId() | (gc_state << kGCStateShift) | (kStateFat << kStateShift)) {
lock_word.h 134 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t gc_state) {
140 (gc_state << kGCStateShift) |
149 static LockWord FromHashCode(uint32_t hash_code, uint32_t gc_state) {
153 (gc_state << kGCStateShift) |
157 static LockWord FromDefault(uint32_t gc_state) {
158 return LockWord(gc_state << kGCStateShift);
242 LockWord(Monitor* mon, uint32_t gc_state);
  /external/v8/src/heap/
array-buffer-tracker.cc 79 DCHECK_EQ(heap->gc_state(), Heap::HeapState::SCAVENGE);
objects-visiting.cc 223 return heap->gc_state() == Heap::MARK_COMPACT &&
346 if (heap->gc_state() == Heap::MARK_COMPACT) {
incremental-marking.cc 398 return FLAG_incremental_marking && heap_->gc_state() == Heap::NOT_IN_GC &&
455 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
    [all...]
heap.h 825 inline HeapState gc_state() { return gc_state_; } function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
mark-compact.cc     [all...]
spaces.cc     [all...]
heap.cc     [all...]
  /external/v8/src/ic/
ic-inl.h 70 if (heap->gc_state() == Heap::MARK_COMPACT) {
  /external/v8/src/profiler/
sampling-heap-profiler.h 174 DCHECK(heap_->gc_state() == Heap::NOT_IN_GC);
  /external/v8/src/
contexts.cc 725 return isolate->heap()->gc_state() != Heap::NOT_IN_GC ||
global-handles.cc     [all...]
frames.cc 966 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
    [all...]
isolate.cc     [all...]
objects-inl.h     [all...]
api.cc     [all...]

Completed in 383 milliseconds