Searched refs:GetTypeId (Results 1 – 20 of 20) sorted by relevance
85 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);87 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);102 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);104 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
85 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable()99 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable()
326 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()341 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()343 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
560 const TypeId& GetTypeId(uint32_t idx) const { in GetTypeId() function575 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()580 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()617 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor()623 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor()657 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor()
379 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx)); in GetReturnTypeDescriptor()385 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
644 const TypeId& type_id = GetTypeId(mid); in FindTypeId()683 const TypeId& type_id = GetTypeId(mid); in FindTypeId()
310 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in PrettyType()
427 const DexFile::TypeId& type_id = dex.GetTypeId(i); in AssertDexFile()
84 const DexFile::TypeId& type_id = dex_file_->GetTypeId(type_idx); in CheckLoadStringByTypeIdx()
7905 dex_file.GetTypeId(field_id.type_idx_).descriptor_idx_)); in ResolveFieldJLS()8382 const DexFile::TypeId& type_id = dex_file->GetTypeId( in GetClassDescriptorsForProfileKeys()
65 EXPECT_STREQ(expected_types[i], dex_file->GetTypeDescriptor(dex_file->GetTypeId(i))) << i; in TEST()
235 char GetTypeId(Primitive::Type type) { in GetTypeId() function in art::HGraphVisualizerPrinter498 inputs.NewEntryStream() << GetTypeId(it.Current()->GetType()) << it.Current()->GetId(); in PrintInstruction()512 vregs.NewEntryStream() << GetTypeId(insn->GetType()) << insn->GetId(); in PrintInstruction()612 << GetTypeId(instruction->GetType()) << instruction->GetId() << " "; in PrintInstructions()735 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType()) in VisitBasicBlock()
119 << " " << dex.GetTypeDescriptor(dex.GetTypeId(i)); in TEST_F()
1124 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses()1359 dex_cache->GetDexFile()->GetTypeId(type_idx).descriptor_idx_))) || in CanAssumeTypeIsPresentInDexCache()1488 dex_file.StringDataByIdx(dex_file.GetTypeId(type_idx).descriptor_idx_)); in CanEmbedTypeInCode()2398 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in Visit()2883 const char* type = dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_index)); in IsStringTypeIndex()
802 dex_file->FindMethodId(dex_file->GetTypeId(declaring_class_index), in FindMethodIndex()
824 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals()
822 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor()
4982 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx)); in GetMethodReturnType()4993 = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_)); in GetDeclaringClass()
884 dex_file_->GetTypeId(dex_file_->GetClassDef(class_def_index_).class_idx_); in VisitMethod()
771 const DexFile::TypeId& type_id = dex_file->GetTypeId(class_def.class_idx_); in SafeGetClassDescriptor()