Home
last modified time | relevance | path

Searched refs:needs_gc_ (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc84 if (needs_gc_) in Allocate()
126 needs_gc_ = true; in HandleNoReturn()
150 needs_gc_ = false; in GC()
Dasan_fake_stack.h167 bool needs_gc_; variable