Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc347 uint16_t type_idx = GetIndexForTypeId(*type_id); in FindClassDef()
372 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
374 const uint16_t type_idx = GetIndexForTypeId(type); in FindFieldId()
407 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
574 uint16_t type_idx = GetIndexForTypeId(*type_id); in CreateTypeList()
Ddex_file_test.cc220 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i); in TEST_F()
Ddex_file.h458 uint16_t GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId() function
Dclass_linker.cc1874 dex_file.FindProtoId(dex_file.GetIndexForTypeId(*void_type_id), no_args); in LoadMethod()
2353 mirror::Class* klass = dex_cache->GetResolvedType(dex_file->GetIndexForTypeId(*type_id)); in LookupClassFromImage()
2367 uint16_t type_idx = dex_file->GetIndexForTypeId(*type_id); in LookupClassFromImage()
Dclass_linker_test.cc1003 uint32_t type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
/art/runtime/mirror/
Dobject_test.cc214 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id); in TEST_F()
/art/compiler/driver/
Dcompiler_driver.cc1039 ssb_index = mUnit->GetDexFile()->GetIndexForTypeId(*type_id); in ComputeStaticFieldInfo()