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

/art/compiler/
H A Delf_writer_mclinker.cc254 void ElfWriterMclinker::AddCompiledCodeInput(const CompiledCode& compiled_code) { argument
257 const std::string& symbol = compiled_code.GetSymbol();
265 const std::vector<uint8_t>& code = compiled_code.GetCode();
384 const CompiledCode& compiled_code) {
385 const std::string& symbol = compiled_code.GetSymbol();
399 const std::vector<uint32_t>& offsets = compiled_code.GetOatdataOffsetsToCompliledCodeOffset();
382 FixupCompiledCodeOffset(ElfFile& elf_file, llvm::ELF::Elf32_Addr oatdata_address, const CompiledCode& compiled_code) argument

Completed in 150 milliseconds