Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder.h189 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type)); in Build()
196 GetTypeIdx(entry.first.args[i])); in Build()
203 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor)); in Build()
204 Write16(raw_offset + 2u, GetTypeIdx(entry.first.type)); in Build()
210 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor)); in Build()
256 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.h906 dex::TypeIndex GetTypeIdx() { in GetTypeIdx() function
910 return dex_file_.StringByTypeIdx(dex::TypeIndex(GetTypeIdx())); in GetDescriptor()
Ddex_file.cc380 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.cc1745 const RegType& reg_type = ResolveClass<CheckAccess::kNo>(iterator.GetTypeIdx()); in SetTypesFromSignature()
/art/runtime/
Dclass_linker.cc9165 const dex::TypeIndex type_idx = it.GetTypeIdx(); in ResolveMethodType()
9462 const dex::TypeIndex type_idx = it.GetTypeIdx(); in ResolveMethodHandleForMethod()