Searched refs:GetSymbol (Results 1 – 12 of 12) sorted by relevance
100 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()
360 LOG(WARNING) << "Non sequential register pair in " << dex_compilation_unit_->GetSymbol() in BuildInvoke()
58 const std::string& DexCompilationUnit::GetSymbol() { in GetSymbol() function in art::DexCompilationUnit
109 const std::string& GetSymbol();
81 const std::string& GetSymbol() const;
261 const std::string& symbol = compiled_code.GetSymbol(); in AddCompiledCodeInput()391 const std::string& symbol = compiled_code.GetSymbol(); in FixupCompiledCodeOffset()
135 Elf32_Sym* symbol = elf_file.GetSymbol(section_type, i); in FixupSymbols()
129 const std::string& CompiledCode::GetSymbol() const { in GetSymbol() function in art::CompiledCode
86 Elf32_Sym* GetSymbol(Elf32_Word section_type, Elf32_Word i) const;
799 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::ElfFile867 Elf32_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName()911 Elf32_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName()
160 cunit->GetDexCompilationUnit()->GetSymbol()); in CompileDexMethod()
60 symbol_(llvm_compilation_unit->GetDexCompilationUnit()->GetSymbol()), in MirConverter()