Home
last modified time | relevance | path

Searched refs:HeapState (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dlocal-heap-inl.h25 Heap::HeapState state = heap()->gc_state(); in AllocateRaw()
Dheap.h261 enum HeapState { enum
658 inline HeapState gc_state() const { in gc_state()
661 void SetGCState(HeapState state);
2097 std::atomic<HeapState> gc_state_{NOT_IN_GC};
Dheap.cc459 void Heap::SetGCState(HeapState state) { in SetGCState()
5297 DCHECK_EQ(gc_state(), HeapState::NOT_IN_GC); in SetEmbedderHeapTracer()