Searched refs:oat_code_aligned (Results 1 – 1 of 1) sorted by relevance
83 uintptr_t oat_code_aligned = RoundDown(reinterpret_cast<uintptr_t>(quick_oat_code), 2); in CheckMethod() local84 quick_oat_code = reinterpret_cast<const void*>(oat_code_aligned); in CheckMethod()