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

  /art/runtime/gc/
heap-inl.h 101 DCHECK(!is_running_on_memory_tool_);
277 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) {
288 DCHECK(!is_running_on_memory_tool_);
308 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) {
316 DCHECK(!is_running_on_memory_tool_);
heap.cc 286 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()),
2366 const bool is_running_on_memory_tool_; member in class:art::gc::final
    [all...]
heap.h 1465 const bool is_running_on_memory_tool_; member in class:art::gc::Heap
    [all...]
  /art/runtime/gc/allocator/
rosalloc-inl.h 27 return kCheckZeroMemory && !is_running_on_memory_tool_;
rosalloc.cc 65 is_running_on_memory_tool_(running_on_memory_tool) {
125 if (is_running_on_memory_tool_) {
    [all...]
rosalloc.h 771 bool is_running_on_memory_tool_; member in class:art::gc::allocator::RosAlloc
    [all...]
  /art/runtime/
runtime.h 625 return is_running_on_memory_tool_;
1042 const bool is_running_on_memory_tool_; member in class:art::verifier::VerifyMode
    [all...]
runtime.cc 259 is_running_on_memory_tool_(kRunningOnMemoryTool),
    [all...]

Completed in 59 milliseconds