Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 6 of 6) sorted by relevance

/art/compiler/
Dcompiled_method.cc30 const std::string& elf_object, const std::string& symbol) in CompiledCode()
179 const std::string& symbol) in CompiledMethod()
189 const std::string& code, const std::string& symbol) in CompiledMethod()
Delf_writer_mclinker.cc261 const std::string& symbol = compiled_code.GetSymbol(); in AddCompiledCodeInput() local
391 const std::string& symbol = compiled_code.GetSymbol(); in FixupCompiledCodeOffset() local
Delf_fixup.cc135 Elf32_Sym* symbol = elf_file.GetSymbol(section_type, i); in FixupSymbols() local
/art/compiler/sea_ir/
Dfrontend.cc49 std::string symbol = "dex_" + MangleForJni(PrettyMethod(method_idx, dex_file)); in CompileMethodWithSeaIr() local
/art/runtime/
Delf_file.cc799 Elf32_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index); in FindDynamicSymbol() local
867 Elf32_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName() local
911 Elf32_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName() local
929 Elf32_Sym* symbol = FindSymbolByName(section_type, symbol_name, build_map); in FindSymbolAddress() local
/art/compiler/sea_ir/code_gen/
Dcode_gen.cc198 std::string symbol = "dex_"; in Visit() local