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

  /art/runtime/base/
arena_allocator.h 155 bool IsRunningOnMemoryTool() { return is_running_on_valgrind_; }
165 bool IsRunningOnMemoryTool() { return kAvailable; }
173 using ArenaAllocatorMemoryToolCheck::IsRunningOnMemoryTool;
176 if (UNLIKELY(IsRunningOnMemoryTool())) {
181 if (UNLIKELY(IsRunningOnMemoryTool())) {
186 if (UNLIKELY(IsRunningOnMemoryTool())) {
282 using ArenaAllocatorMemoryTool::IsRunningOnMemoryTool;
292 if (UNLIKELY(IsRunningOnMemoryTool())) {
310 if (UNLIKELY(IsRunningOnMemoryTool())) {
340 DCHECK(!IsRunningOnMemoryTool() || ptr_ == nullptr)
    [all...]
scoped_arena_allocator.h 49 using ArenaAllocatorMemoryTool::IsRunningOnMemoryTool;
90 if (UNLIKELY(IsRunningOnMemoryTool())) {
  /art/compiler/utils/
assembler.cc 48 if (arena_->IsRunningOnMemoryTool()) {
  /art/runtime/gc/space/
rosalloc_space.cc 62 bool running_on_memory_tool = Runtime::Current()->IsRunningOnMemoryTool();
181 if (Runtime::Current()->IsRunningOnMemoryTool()) {
368 Runtime::Current()->IsRunningOnMemoryTool());
dlmalloc_space.cc 68 if (Runtime::Current()->IsRunningOnMemoryTool()) {
158 if (Runtime::Current()->IsRunningOnMemoryTool()) {
large_object_space.cc 128 if (Runtime::Current()->IsRunningOnMemoryTool()) {
  /art/runtime/
runtime.h 522 bool IsRunningOnMemoryTool() const {
  /art/runtime/gc/
heap.cc 261 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()),
    [all...]

Completed in 88 milliseconds