Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dex_file

266   bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const OVERRIDE;
274 const DexFile& dex_file,
279 const DexFile& dex_file,
428 const DexFile& dex_file ATTRIBUTE_UNUSED) const {
747 const DexFile& dex_file = *dex_compilation_unit.GetDexFile();
762 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) {
772 && (CodeItemInstructionAccessor(dex_file, code_item).InsnsSizeInCodeUnits() >
778 CodeItemDebugInfoAccessor code_item_accessor(dex_file, code_item, method_idx);
782 dex_file,
892 const DexFile& dex_file = *dex_compilation_unit.GetDexFile();
907 dex_file,
992 const DexFile& dex_file,
998 const VerifiedMethod* verified_method = compiler_driver->GetVerifiedMethod(&dex_file, method_idx);
1000 if (compiler_driver->IsMethodVerifiedWithoutFailures(method_idx, class_def_idx, dex_file) ||
1012 dex_file,
1065 << dex_file.PrettyMethod(method_idx)
1088 std::string method_name = dex_file.PrettyMethod(method_idx);
1098 const DexFile& dex_file,
1110 dex_file,
1142 GetCompilerDriver(), access_flags, method_idx, dex_file);
1196 const DexFile* dex_file = method->GetDexFile();
1198 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
1207 GetCompilerDriver(), access_flags, method_idx, *dex_file);
1237 info.dex_file = dex_file;
1271 *dex_file,
1361 info.dex_file = dex_file;
1391 << dex_file->PrettyMethod(method_idx)