Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc64 uintptr_t oat_code_aligned = RoundDown(reinterpret_cast<uintptr_t>(quick_oat_code), 2); in CheckMethod() local
65 quick_oat_code = reinterpret_cast<const void*>(oat_code_aligned); in CheckMethod()