Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc100 bool shouldCompile = dex_compilation_unit.GetSymbol().find("00024opt_00024") != std::string::npos; in TryCompile()
102 dex_compilation_unit.GetSymbol().find("00024reg_00024") != std::string::npos; in TryCompile()
Dbuilder.cc360 LOG(WARNING) << "Non sequential register pair in " << dex_compilation_unit_->GetSymbol() in BuildInvoke()
/art/compiler/driver/
Ddex_compilation_unit.cc58 const std::string& DexCompilationUnit::GetSymbol() { in GetSymbol() function in art::DexCompilationUnit
Ddex_compilation_unit.h109 const std::string& GetSymbol();
/art/compiler/
Dcompiled_method.h81 const std::string& GetSymbol() const;
Delf_writer_mclinker.cc261 const std::string& symbol = compiled_code.GetSymbol(); in AddCompiledCodeInput()
391 const std::string& symbol = compiled_code.GetSymbol(); in FixupCompiledCodeOffset()
Delf_fixup.cc135 Elf32_Sym* symbol = elf_file.GetSymbol(section_type, i); in FixupSymbols()
Dcompiled_method.cc129 const std::string& CompiledCode::GetSymbol() const { in GetSymbol() function in art::CompiledCode
/art/runtime/
Delf_file.h86 Elf32_Sym* GetSymbol(Elf32_Word section_type, Elf32_Word i) const;
Delf_file.cc799 Elf32_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index); in FindDynamicSymbol()
822 Elf32_Sym* ElfFile::GetSymbol(Elf32_Word section_type, in GetSymbol() function in art::ElfFile
867 Elf32_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName()
911 Elf32_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName()
/art/compiler/llvm/
Dcompiler_llvm.cc160 cunit->GetDexCompilationUnit()->GetSymbol()); in CompileDexMethod()
/art/compiler/dex/portable/
Dmir_to_gbc.h60 symbol_(llvm_compilation_unit->GetDexCompilationUnit()->GetSymbol()), in MirConverter()