Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc241 auto is_pc_aligned = [](const void* pc) { return IsAligned<kPcAlign>(pc); }; in PackElfFileForJIT() local
242 DCHECK(std::all_of(removed_symbols.begin(), removed_symbols.end(), is_pc_aligned)); in PackElfFileForJIT()