Home
last modified time | relevance | path

Searched refs:IsBootClassPathOnDisk (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h149 static bool IsBootClassPathOnDisk(InstructionSet image_isa);
Dimage_space.cc3141 bool ImageSpace::IsBootClassPathOnDisk(InstructionSet image_isa) { in IsBootClassPathOnDisk() function in art::gc::space::ImageSpace
/art/runtime/native/
Ddalvik_system_VMRuntime.cc419 return gc::space::ImageSpace::IsBootClassPathOnDisk(isa); in VMRuntime_isBootClassPathOnDisk()