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

  /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/runtime/gc/allocator/
rosalloc.h 455 void Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool)
829 bool running_on_memory_tool,
    [all...]
rosalloc.cc 56 PageReleaseMode page_release_mode, bool running_on_memory_tool,
64 is_running_on_memory_tool_(running_on_memory_tool) {
    [all...]

Completed in 58 milliseconds