Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder.h190 Write16(dex_file_data, raw_offset + 4u, GetTypeIdx(entry.first.return_type));
198 GetTypeIdx(entry.first.args[i]));
205 Write16(dex_file_data, raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
206 Write16(dex_file_data, raw_offset + 2u, GetTypeIdx(entry.first.type));
212 Write16(dex_file_data, raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
258 uint32_t GetTypeIdx(const std::string& type) { in GetTypeIdx() function
Dtest_dex_file_builder_test.cc80 EXPECT_EQ(2u, builder.GetTypeIdx("Ljava/lang/Class;")); in TEST()
Ddex_file.h928 dex::TypeIndex GetTypeIdx() { in GetTypeIdx() function
932 return dex_file_.StringByTypeIdx(dex::TypeIndex(GetTypeIdx())); in GetDescriptor()
Ddex_file.cc397 compare = signature_type_idxs[i].index_ - it.GetTypeIdx().index_; in FindProtoId()
Ddex_file_verifier.cc2554 if (!CheckIndex(it.GetTypeIdx().index_, in CheckInterProtoIdItem()
2582 dex::TypeIndex prev_idx = prev_it.GetTypeIdx(); in CheckInterProtoIdItem()
2583 dex::TypeIndex curr_idx = curr_it.GetTypeIdx(); in CheckInterProtoIdItem()
/art/runtime/verifier/
Dmethod_verifier.cc1751 const RegType& reg_type = ResolveClass<CheckAccess::kNo>(iterator.GetTypeIdx()); in SetTypesFromSignature()
/art/runtime/
Dclass_linker.cc9428 const dex::TypeIndex type_idx = it.GetTypeIdx(); in ResolveMethodType()
9725 const dex::TypeIndex type_idx = it.GetTypeIdx(); in ResolveMethodHandleForMethod()