Home
last modified time | relevance | path

Searched refs:running_on_memory_tool (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Drosalloc_space.cc61 bool running_on_memory_tool = Runtime::Current()->IsRunningOnMemoryTool(); in CreateFromMemMap() local
64 capacity, low_memory_mode, running_on_memory_tool); in CreateFromMemMap()
80 if (running_on_memory_tool) { in CreateFromMemMap()
134 bool running_on_memory_tool) { in CreateRosAlloc() argument
145 running_on_memory_tool); in CreateRosAlloc()
Drosalloc_space.h167 bool running_on_memory_tool);
/art/runtime/gc/allocator/
Drosalloc.h455 void Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool)
826 bool running_on_memory_tool,
Drosalloc.cc52 PageReleaseMode page_release_mode, bool running_on_memory_tool, in RosAlloc() argument
60 is_running_on_memory_tool_(running_on_memory_tool) { in RosAlloc()
1875 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool) { in Verify() argument
1950 size_t memory_tool_modifier = running_on_memory_tool ? in Verify()
1970 if (running_on_memory_tool) { in Verify()