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.cc81 bool running_on_memory_tool = Runtime::Current()->IsRunningOnMemoryTool(); in CreateFromMemMap() local
88 running_on_memory_tool); in CreateFromMemMap()
104 if (running_on_memory_tool) { in CreateFromMemMap()
182 bool running_on_memory_tool) { in CreateRosAlloc() argument
193 running_on_memory_tool); in CreateRosAlloc()
Drosalloc_space.h186 bool running_on_memory_tool);
/art/runtime/gc/allocator/
Drosalloc.h456 void Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool)
830 bool running_on_memory_tool,
Drosalloc.cc57 PageReleaseMode page_release_mode, bool running_on_memory_tool, in RosAlloc() argument
65 is_running_on_memory_tool_(running_on_memory_tool) { in RosAlloc()
1870 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool) { in Verify() argument
1945 size_t memory_tool_modifier = running_on_memory_tool ? in Verify()
1965 if (running_on_memory_tool) { in Verify()