Home
last modified time | relevance | path

Searched defs:running_on_memory_tool (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Drosalloc_space.cc61 bool running_on_memory_tool = Runtime::Current()->IsRunningOnMemoryTool(); in CreateFromMemMap() local
134 bool running_on_memory_tool) { in CreateRosAlloc()
/art/runtime/gc/allocator/
Drosalloc.cc56 PageReleaseMode page_release_mode, bool running_on_memory_tool, in RosAlloc()
1868 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool) { in Verify()