Home
last modified time | relevance | path

Searched refs:FindTypeId (Results 1 – 13 of 13) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc233 TEST_F(ArtDexFileLoaderTest, FindTypeId) { in TEST_F() argument
239 const dex::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
240 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str)); in TEST_F()
Ddex_file.cc329 const TypeId* DexFile::FindTypeId(const char* string) const { in FindTypeId() function in art::DexFile
349 const TypeId* DexFile::FindTypeId(dex::StringIndex string_idx) const { in FindTypeId() function in art::DexFile
439 const TypeId* type_id = FindTypeId(descriptor.c_str()); in CreateTypeList()
Ddex_file.h273 const dex::TypeId* FindTypeId(const char* string) const;
308 const dex::TypeId* FindTypeId(dex::StringIndex string_idx) const;
/art/runtime/
Dart_method.cc254 const dex::TypeId* other_type_id = other_dexfile.FindTypeId(mid_declaring_class_descriptor); in FindDexMethodIndexInOtherDexFile()
443 dex_file->FindTypeId(method->GetDeclaringClass()->GetDescriptor(&descriptor_storage)); in FindOatMethodFromDexFileFor()
Dclass_linker_test.cc1008 const dex::TypeId* array_id = dex_file.FindTypeId("[Ljava/lang/Object;"); in TEST_F()
1333 const dex::TypeId* type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F()
Doat_file.cc2047 const dex::TypeId* type_id = dex_file.FindTypeId(descriptor); in FindClassDef()
/art/runtime/mirror/
Dobject_test.cc409 const dex::TypeId* klass_type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F()
412 const dex::TypeId* type_type_id = dex_file->FindTypeId("Ljava/lang/Object;"); in TEST_F()
Dclass.cc1416 const dex::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp)); in FindTypeIndexInOtherDexFile()
/art/openjdkjvmti/
Dti_redefine.cc2566 dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(method.GetReturnTypeDescriptor())); in UpdateMethods()
2572 *dex_file_->FindTypeId( in UpdateMethods()
2598 dex_file_->FindTypeId(field.GetDeclaringClass()->GetDescriptor(&declaring_class_name)); in UpdateFields()
2600 const art::dex::TypeId* new_type_id = dex_file_->FindTypeId(field.GetTypeDescriptor()); in UpdateFields()
3026 mclass->SetDexTypeIndex(dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(class_sig_.c_str()))); in UpdateClassInPlace()
/art/tools/hiddenapi/
Dhiddenapi_test.cc167 const dex::TypeId* type_id = dex_file.FindTypeId(desc); in FindClass()
/art/dex2oat/
Ddex2oat_test.cc1361 const dex::TypeId* type_id = dex->FindTypeId("LManyMethods;"); in TEST_F()
1460 const dex::TypeId* type_id = dex_file->FindTypeId("LManyMethods;"); in TEST_F()
Dverifier_deps_test.cc251 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex()
/art/profman/
Dprofman.cc921 const dex::TypeId* type_id = dex_file->FindTypeId(klass_descriptor.c_str()); in FindClass()