HomeSort by relevance Sort by last modified time
    Searched defs:is_running_on_memory_tool_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/allocator/
rosalloc.h 768 bool is_running_on_memory_tool_; member in class:art::gc::allocator::RosAlloc
    [all...]
  /art/runtime/gc/
heap.h 1276 const bool is_running_on_memory_tool_; member in class:art::gc::Heap
    [all...]
heap.cc 227 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()),
628 if (is_running_on_memory_tool_ || gc_stress_mode_) {
2339 const bool is_running_on_memory_tool_; member in class:art::gc::FINAL
    [all...]
  /art/runtime/
runtime.h 543 return is_running_on_memory_tool_;
779 const bool is_running_on_memory_tool_; member in class:art::verifier::Runtime

Completed in 88 milliseconds