Searched defs:running_on_valgrind_ (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/
H A Dscoped_arena_allocator.h67 if (UNLIKELY(running_on_valgrind_)) {
91 const bool running_on_valgrind_; member in class:art::ArenaStack
H A Darena_allocator.h164 if (UNLIKELY(running_on_valgrind_)) {
198 bool running_on_valgrind_; member in class:art::ArenaAllocator
/art/runtime/
H A Druntime.h473 return running_on_valgrind_;
598 const bool running_on_valgrind_; member in class:art::Runtime
/art/runtime/gc/
H A Dheap.h594 return running_on_valgrind_;
1021 const bool running_on_valgrind_; member in class:art::gc::Heap

Completed in 634 milliseconds