Searched refs:GetIndexForTypeId (Results 1 – 8 of 8) sorted by relevance
440 uint16_t type_idx = GetIndexForTypeId(*type_id); in FindClassDef()486 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()488 const uint16_t type_idx = GetIndexForTypeId(type); in FindFieldId()521 const uint16_t class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()686 uint16_t type_idx = GetIndexForTypeId(*type_id); in CreateTypeList()
300 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i); in TEST_F()
514 uint16_t GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId() function
999 uint32_t type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
529 uint16_t void_type_idx = dex_file.GetIndexForTypeId(*void_type_id); in InitWithoutImage()3456 uint16_t type_idx = dex_file->GetIndexForTypeId(*type_id); in LookupClassFromImage()
145 storage_idx = dex_file->GetIndexForTypeId(*type_id); in IsFastStaticField()
594 *class_index = dex_file->GetIndexForTypeId(*type_id); in FindClassIndex()
280 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id); in TEST_F()