Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc243 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
245 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId()
278 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
442 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.h288 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId() function
/art/openjdkjvmti/
Dti_redefine.cc1464 dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(method.GetReturnTypeDescriptor())); in UpdateMethods()
1469 dex_file_->GetIndexForTypeId( in UpdateMethods()
1537 mclass->SetDexTypeIndex(dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(class_sig_.c_str()))); in UpdateClass()
/art/tools/hiddenapi/
Dhiddenapi_test.cc170 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
/art/runtime/
Dart_method.cc454 dex::TypeIndex declaring_class_type_index = dex_file->GetIndexForTypeId(*declaring_class_type_id); in FindOatMethodFromDexFileFor()
Dclass_linker_test.cc1003 dex::TypeIndex array_idx = dex_file.GetIndexForTypeId(*array_id); in TEST_F()
1328 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
Doat_file.cc2045 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in FindClassDef()
/art/profman/
Dprofman.cc827 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass()
/art/dex2oat/
Ddex2oat_test.cc1341 dex::TypeIndex type_idx = dex->GetIndexForTypeId(*type_id); in TEST_F()
1442 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()