Searched refs:StringByTypeIdx (Results 1 – 16 of 16) sorted by relevance
139 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()142 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()149 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()
433 const char* interfaceName = pDexFile->StringByTypeIdx(pTypeItem.type_idx_); in dumpInterface()465 (tidx == DexFile::kDexNoIndex16) ? "<any>" : pDexFile->StringByTypeIdx(tidx); in dumpCatches()544 const char* tp = pDexFile->StringByTypeIdx(index); in indexString()563 const char* backDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_); in indexString()574 const char* typeDescriptor = pDexFile->StringByTypeIdx(pFieldId.type_idx_); in indexString()575 const char* backDescriptor = pDexFile->StringByTypeIdx(pFieldId.class_idx_); in indexString()859 const char* backDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_); in dumpBytecodes()923 const char* backDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_); in dumpMethod()1147 const char* typeDescriptor = pDexFile->StringByTypeIdx(pFieldId.type_idx_); in dumpSField()1148 const char* backDescriptor = pDexFile->StringByTypeIdx(pFieldId.class_idx_); in dumpSField()[all …]
295 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i); in TEST_F()331 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "." in TEST_F()346 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " " in TEST_F()347 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "." in TEST_F()
574 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const { in StringByTypeIdx() function579 const char* StringByTypeIdx(uint32_t idx) const { in StringByTypeIdx() function707 return StringByTypeIdx(class_def.class_idx_); in GetClassDescriptor()747 return StringByTypeIdx(proto_id.return_type_idx_); in GetReturnTypeDescriptor()1307 return dex_file_.StringByTypeIdx(GetTypeIdx()); in GetDescriptor()
948 local_in_reg[reg].descriptor_ = StringByTypeIdx(descriptor_idx); in DecodeDebugLocalInfo()1912 const char* msg = StringByTypeIdx(index); in ProcessAnnotationValue()2169 if (strcmp(descriptor, StringByTypeIdx(type_index)) == 0) { in SearchAnnotationSet()2272 result += dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_); in ToString()2276 result += dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in ToString()2292 StringPiece param(dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_)); in operator ==()2303 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
173 const char* mid_declaring_class_descriptor = dexfile->StringByTypeIdx(mid.class_idx_); in FindDexMethodIndexInOtherDexFile()
192 return dex_file->StringByTypeIdx(class_def.class_idx_); in GetClassDescriptor()
2042 ErrorStringPrintf("Duplicate interface: '%s'", dex_file_->StringByTypeIdx(idx1)); in CheckInterClassDefItem()
7342 const char* descriptor = dex_file.StringByTypeIdx(type_idx); in ResolveType()
105 const char* classDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_); in dumpMethod()
1256 const char* descriptor = dex_file_->StringByTypeIdx(idx); in CheckNewInstance()1289 const char* descriptor = dex_file_->StringByTypeIdx(idx); in CheckNewArray()2345 << dex_file_->StringByTypeIdx(type_idx) << " in instanceof in " in CodeFlowVerifyInstruction()2858 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()2881 return_type_descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()2957 descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()3011 descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()3657 const char* descriptor = dex_file_->StringByTypeIdx(class_idx); in ResolveClassAndCheckAccess()3663 const char* descriptor = dex_file_->StringByTypeIdx(class_idx); in ResolveClassAndCheckAccess()3667 const char* descriptor = dex_file_->StringByTypeIdx(class_idx); in ResolveClassAndCheckAccess()[all …]
308 const char* class_name = dex_file->StringByTypeIdx(type_idx); in PreloadDexCachesResolveType()
218 const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_); in Write()
497 const char* class_name = dex_file->StringByTypeIdx(method_id.class_idx_); in IsStringInit()
843 dex_file->StringByTypeIdx(class_def.class_idx_)); in ResolveConstStrings()2661 dex_file.StringByTypeIdx(class_def.class_idx_)); in Visit()
1501 const char* descriptor = dex_file_->StringByTypeIdx(type_index); in BuildFilledNewArray()