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

  /art/runtime/base/
memory_tool.h 47 #define RUNNING_ON_MEMORY_TOOL 1U
62 #define RUNNING_ON_MEMORY_TOOL RUNNING_ON_VALGRIND
arena_allocator.cc 210 if (UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) {
223 if (overallocation != 0u && UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) {
345 if (UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) {
scoped_arena_containers.h 208 if (RUNNING_ON_MEMORY_TOOL > 0) {
arena_allocator.h 154 ArenaAllocatorMemoryToolCheckImpl() : is_running_on_valgrind_(RUNNING_ON_MEMORY_TOOL) { }
arena_allocator_test.cc 147 if (RUNNING_ON_MEMORY_TOOL != 0) {
  /art/runtime/
common_runtime_test.h 276 if (RUNNING_ON_MEMORY_TOOL > 0) { \
282 if (RUNNING_ON_MEMORY_TOOL > 0 && !kMemoryToolIsValgrind) { \
utils_test.cc 321 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) {
335 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) {
357 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) {
382 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) {
native_stack_dump.cc 289 if (RUNNING_ON_MEMORY_TOOL != 0) {
mem_map_test.cc 275 if (RUNNING_ON_MEMORY_TOOL == 0) {
mem_map.cc 438 if (RUNNING_ON_MEMORY_TOOL && kMemoryToolAddsRedzones && expected_ptr == nullptr) {
    [all...]
runtime.cc 239 is_running_on_memory_tool_(RUNNING_ON_MEMORY_TOOL),
    [all...]
thread.cc     [all...]
  /art/runtime/gc/space/
rosalloc_space.cc 62 bool running_on_memory_tool = Runtime::Current()->IsRunningOnMemoryTool(); local
65 capacity, low_memory_mode, running_on_memory_tool);
81 if (running_on_memory_tool) {
135 bool running_on_memory_tool) {
146 running_on_memory_tool);
384 add_redzones = RUNNING_ON_MEMORY_TOOL ? kMemoryToolAddsRedzones : 0;
389 DCHECK_EQ(RUNNING_ON_MEMORY_TOOL, 0U);
rosalloc_space.h 163 RUNNING_ON_MEMORY_TOOL != 0);
167 bool running_on_memory_tool);
  /art/patchoat/
patchoat.cc 294 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) {
    [all...]
  /art/runtime/jit/
jit.cc 343 if (!RUNNING_ON_MEMORY_TOOL) {
  /art/dex2oat/
dex2oat.cc 630 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) {
    [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 867 if (RUNNING_ON_MEMORY_TOOL != 0 && kMemoryToolIsValgrind) {
    [all...]

Completed in 896 milliseconds