Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.h59 std::vector<uint8_t> PackElfFileForJIT(
Delf_debug_writer.cc230 std::vector<uint8_t> PackElfFileForJIT( in PackElfFileForJIT() function
/art/compiler/jit/
Djit_compiler.h57 std::vector<uint8_t> PackElfFileForJIT(ArrayRef<const JITCodeEntry*> elf_files,
Djit_compiler.cc147 std::vector<uint8_t> JitCompiler::PackElfFileForJIT(ArrayRef<const JITCodeEntry*> elf_files, in PackElfFileForJIT() function in art::jit::JitCompiler
151 return debug::PackElfFileForJIT(elf_files, removed_symbols, compress, num_symbols); in PackElfFileForJIT()
/art/runtime/jit/
Djit.h203 virtual std::vector<uint8_t> PackElfFileForJIT(ArrayRef<const JITCodeEntry*> elf_files,
Ddebugger_interface.cc541 std::vector<uint8_t> packed = jit->GetJitCompiler()->PackElfFileForJIT( in RepackEntries()