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

  /art/runtime/base/
memory_tool.h 48 constexpr bool kMemoryToolIsValgrind = false;
64 constexpr bool kMemoryToolIsValgrind = true;
arena_allocator.h 168 typedef ArenaAllocatorMemoryToolCheckImpl<kMemoryToolIsAvailable, kMemoryToolIsValgrind>
  /art/runtime/
common_runtime_test.h 282 if (RUNNING_ON_MEMORY_TOOL > 0 && !kMemoryToolIsValgrind) { \
runtime.cc     [all...]
thread.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 867 if (RUNNING_ON_MEMORY_TOOL != 0 && kMemoryToolIsValgrind) {
    [all...]

Completed in 100 milliseconds