Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc3646 auto invoke_sequentially = [](auto first, auto second) { in LoadBootImage() local
3652 if (invoke_sequentially(try_load_from_system, try_load_from_cache)) { in LoadBootImage()
3656 if (invoke_sequentially(try_load_from_cache, try_load_from_system)) { in LoadBootImage()