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

/art/runtime/
H A Ddex_file_test.cc302 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i);
H A Ddex_file.cc528 uint16_t type_idx = GetIndexForTypeId(*type_id);
554 const uint16_t class_idx = GetIndexForTypeId(declaring_klass);
556 const uint16_t type_idx = GetIndexForTypeId(type);
589 const uint16_t class_idx = GetIndexForTypeId(declaring_klass);
774 uint16_t type_idx = GetIndexForTypeId(*type_id);
H A Ddex_file.h565 uint16_t GetIndexForTypeId(const TypeId& type_id) const { function in class:art::DexFile
H A Dclass_linker_test.cc1076 uint32_t type_idx = dex_file->GetIndexForTypeId(*type_id);
H A Dclass_linker.cc683 uint16_t void_type_idx = dex_file.GetIndexForTypeId(*void_type_id);
3750 uint16_t type_idx = dex_file->GetIndexForTypeId(*type_id);
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc729 *class_index = dex_file->GetIndexForTypeId(*type_id);
/art/runtime/mirror/
H A Dclass.cc1050 return (type_id == nullptr) ? DexFile::kDexNoIndex : dex_file.GetIndexForTypeId(*type_id);
H A Dobject_test.cc312 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id);

Completed in 164 milliseconds