Searched defs:oat_code_aligned (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Doat_test.cc60 uintptr_t oat_code_aligned = RoundDown(reinterpret_cast<uintptr_t>(quick_oat_code), 2); local
61 quick_oat_code = reinterpret_cast<const void*>(oat_code_aligned);
74 uintptr_t oat_code_aligned = RoundDown(reinterpret_cast<uintptr_t>(portable_oat_code), 2); local
75 portable_oat_code = reinterpret_cast<const void*>(oat_code_aligned);

Completed in 41 milliseconds