Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc244 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
246 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId()
279 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
443 dex::TypeIndex type_idx = GetIndexForTypeId(*type_id); in CreateTypeList()
Dart_dex_file_loader_test.cc242 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i); in TEST_F()
Ddex_file.h291 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId() function
/art/runtime/
Dart_method.cc445 dex::TypeIndex declaring_class_type_index = dex_file->GetIndexForTypeId(*declaring_class_type_id); in FindOatMethodFromDexFileFor()
Dclass_linker_test.cc1010 dex::TypeIndex array_idx = dex_file.GetIndexForTypeId(*array_id); in TEST_F()
1335 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
Doat_file.cc2049 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in FindClassDef()
/art/tools/hiddenapi/
Dhiddenapi_test.cc169 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
/art/dex2oat/
Ddex2oat_test.cc1362 dex::TypeIndex type_idx = dex->GetIndexForTypeId(*type_id); in TEST_F()
1462 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
Dverifier_deps_test.cc253 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()
/art/openjdkjvmti/
Dti_redefine.cc2566 dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(method.GetReturnTypeDescriptor())); in UpdateMethods()
2571 dex_file_->GetIndexForTypeId( in UpdateMethods()
3026 mclass->SetDexTypeIndex(dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(class_sig_.c_str()))); in UpdateClassInPlace()
/art/profman/
Dprofman.cc925 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass()
/art/runtime/mirror/
Dclass.cc1417 return (type_id == nullptr) ? dex::TypeIndex() : dex_file.GetIndexForTypeId(*type_id); in FindTypeIndexInOtherDexFile()