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

  /external/v8/src/heap/
array-buffer-tracker.cc 86 DCHECK_EQ(heap->gc_state(), Heap::HeapState::SCAVENGE);
heap.h 358 enum HeapState {
618 inline HeapState gc_state() { return gc_state_; }
619 void SetGCState(HeapState state);
    [all...]
heap.cc 396 void Heap::SetGCState(HeapState state) {
    [all...]

Completed in 91 milliseconds