Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc440 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()
Ddex_file_test.cc300 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i); in TEST_F()
Ddex_file.h514 uint16_t GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId() function
Dclass_linker_test.cc999 uint32_t type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
Dclass_linker.cc529 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()
/art/compiler/driver/
Dcompiler_driver-inl.h145 storage_idx = dex_file->GetIndexForTypeId(*type_id); in IsFastStaticField()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc594 *class_index = dex_file->GetIndexForTypeId(*type_id); in FindClassIndex()
/art/runtime/mirror/
Dobject_test.cc280 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id); in TEST_F()