Searched refs:is_running_on_memory_tool_ (Results 1 - 8 of 8) sorted by relevance

/art/runtime/gc/
H A Dheap-inl.h99 DCHECK(!is_running_on_memory_tool_);
266 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) {
277 DCHECK(!is_running_on_memory_tool_);
297 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) {
305 DCHECK(!is_running_on_memory_tool_);
H A Dheap.cc260 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()),
631 if (is_running_on_memory_tool_ || gc_stress_mode_) {
2312 is_running_on_memory_tool_(is_running_on_memory_tool) {}
2338 const bool is_running_on_memory_tool_; member in class:art::gc::FINAL
2353 if (is_running_on_memory_tool_) {
2445 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_);
H A Dheap.h1358 const bool is_running_on_memory_tool_; member in class:art::gc::Heap
/art/runtime/gc/allocator/
H A Drosalloc-inl.h27 return kCheckZeroMemory && !is_running_on_memory_tool_;
H A Drosalloc.cc64 is_running_on_memory_tool_(running_on_memory_tool) {
122 if (is_running_on_memory_tool_) {
1750 size_t memory_tool_modifier = is_running_on_memory_tool_ ?
1791 if (is_running_on_memory_tool_) {
1864 run->Verify(self, this, is_running_on_memory_tool_);
H A Drosalloc.h768 bool is_running_on_memory_tool_; member in class:art::gc::allocator::RosAlloc
/art/runtime/
H A Druntime.h542 return is_running_on_memory_tool_;
841 const bool is_running_on_memory_tool_; member in class:art::verifier::VerifyMode
H A Druntime.cc232 is_running_on_memory_tool_(RUNNING_ON_MEMORY_TOOL),

Completed in 104 milliseconds