Searched refs:old_dex_file (Results 1 – 3 of 3) sorted by relevance
/art/openjdkjvmti/ |
D | ti_redefine.cc | 956 const art::DexFile& old_dex_file = h_klass->GetDexFile(); in CheckMethods() local 957 art::ClassAccessor old_accessor(old_dex_file, *h_klass->GetClassDef()); in CheckMethods() 967 MethodNameAndSignature old_method_id(&old_dex_file, current_old_method.GetIndex()); in CheckMethods() 993 << MethodNameAndSignature(&old_dex_file, old_iter->GetIndex()) << ") already seen?"; in CheckMethods() 1008 MethodNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckMethods() 1020 const art::DexFile& old_dex_file = h_klass->GetDexFile(); in CheckFields() local 1021 art::ClassAccessor old_accessor(old_dex_file, *h_klass->GetClassDef()); in CheckFields() 1031 FieldNameAndSignature old_field_id(&old_dex_file, old_iter.GetIndex()); in CheckFields() 1053 << "field at " << off << "(" << FieldNameAndSignature(&old_dex_file, old_iter->GetIndex()) in CheckFields() 1067 FieldNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckFields() [all …]
|
/art/dex2oat/ |
D | dex2oat_test.cc | 798 std::unique_ptr<const DexFile>& old_dex_file = dex_files[0]; in CheckResult() local 808 std::string old_class0 = old_dex_file->PrettyType(old_dex_file->GetClassDef(0).class_idx_); in CheckResult() 809 std::string old_class1 = old_dex_file->PrettyType(old_dex_file->GetClassDef(1).class_idx_); in CheckResult()
|
/art/runtime/ |
D | class_linker_test.cc | 1545 const DexFile* old_dex_file = dex_cache->GetDexFile(); in TEST_F() local 1548 std::make_shared<MemoryDexFileContainer>(old_dex_file->Begin(), old_dex_file->Size()); in TEST_F() 1550 old_dex_file->Begin(), location->ToModifiedUtf8(), 0u, nullptr, std::move(container))); in TEST_F()
|