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

/art/runtime/gc/allocator/
H A Drosalloc.h768 bool is_running_on_memory_tool_; member in class:art::gc::allocator::RosAlloc
/art/runtime/gc/
H A Dheap.h1276 const bool is_running_on_memory_tool_; member in class:art::gc::Heap
H A Dheap.cc227 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()),
628 if (is_running_on_memory_tool_ || gc_stress_mode_) {
2313 is_running_on_memory_tool_(is_running_on_memory_tool) {}
2339 const bool is_running_on_memory_tool_; member in class:art::gc::FINAL
2354 if (is_running_on_memory_tool_) {
2450 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_);
/art/runtime/
H A Druntime.h541 return is_running_on_memory_tool_;
787 const bool is_running_on_memory_tool_; member in class:art::verifier::Runtime

Completed in 253 milliseconds