Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc78 uintptr_t oat_code_aligned = RoundDown(reinterpret_cast<uintptr_t>(quick_oat_code), 2); in CheckMethod() local
79 quick_oat_code = reinterpret_cast<const void*>(oat_code_aligned); in CheckMethod()