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 772 bool is_running_on_memory_tool_; member in class:art::gc::allocator::RosAlloc
    [all...]
  /art/runtime/gc/
heap.h 1355 const bool is_running_on_memory_tool_; member in class:art::gc::Heap
    [all...]
heap.cc 263 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()),
630 if (is_running_on_memory_tool_ || gc_stress_mode_) {
2213 const bool is_running_on_memory_tool_; member in class:art::gc::FINAL
    [all...]
  /art/runtime/
runtime.h 600 return is_running_on_memory_tool_;
930 const bool is_running_on_memory_tool_; member in class:art::verifier::VerifyMode
    [all...]

Completed in 98 milliseconds