Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc232 ArrayRef<const void*> removed_symbols, in PackElfFileForJIT() argument
242 DCHECK(std::all_of(removed_symbols.begin(), removed_symbols.end(), is_pc_aligned)); in PackElfFileForJIT()
243 auto is_removed_symbol = [&removed_symbols](Elf_Addr addr) { in PackElfFileForJIT()
246 return std::binary_search(removed_symbols.begin(), removed_symbols.end(), code_ptr); in PackElfFileForJIT()
Delf_debug_writer.h61 ArrayRef<const void*> removed_symbols,
/art/compiler/jit/
Djit_compiler.h58 ArrayRef<const void*> removed_symbols,
Djit_compiler.cc148 ArrayRef<const void*> removed_symbols, in PackElfFileForJIT() argument
151 return debug::PackElfFileForJIT(elf_files, removed_symbols, compress, num_symbols); in PackElfFileForJIT()
/art/runtime/jit/
Djit.h204 ArrayRef<const void*> removed_symbols,