Searched refs:GetTypeIdx (Results 1 – 7 of 7) sorted by relevance
189 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
80 EXPECT_EQ(2u, builder.GetTypeIdx("Ljava/lang/Class;")); in TEST()
903 dex::TypeIndex GetTypeIdx() { in GetTypeIdx() function907 return dex_file_.StringByTypeIdx(dex::TypeIndex(GetTypeIdx())); in GetDescriptor()
379 compare = signature_type_idxs[i].index_ - it.GetTypeIdx().index_; in FindProtoId()
2246 if (!CheckIndex(it.GetTypeIdx().index_, in CheckInterProtoIdItem()2274 dex::TypeIndex prev_idx = prev_it.GetTypeIdx(); in CheckInterProtoIdItem()2275 dex::TypeIndex curr_idx = curr_it.GetTypeIdx(); in CheckInterProtoIdItem()
1734 const RegType& reg_type = ResolveClass<CheckAccess::kNo>(iterator.GetTypeIdx()); in SetTypesFromSignature()
8874 const dex::TypeIndex type_idx = it.GetTypeIdx(); in ResolveMethodType()9171 const dex::TypeIndex type_idx = it.GetTypeIdx(); in ResolveMethodHandleForMethod()