Searched refs:StringByTypeIdx (Results 1 – 12 of 12) sorted by relevance
137 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()140 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()147 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex())); in TEST_F()
73 const char* mid_declaring_class_descriptor = dexfile->StringByTypeIdx(mid.class_idx_); in FindDexMethodIndexInOtherDexFile()118 const char* mid_declaring_class_descriptor = dexfile->StringByTypeIdx(mid.class_idx_); in FindDexMethodIndexInOtherDexFile()
294 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i); in TEST_F()329 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "." in TEST_F()344 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " " in TEST_F()345 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "." in TEST_F()
523 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const { in StringByTypeIdx() function528 const char* StringByTypeIdx(uint32_t idx) const { in StringByTypeIdx() function651 return StringByTypeIdx(class_def.class_idx_); in GetClassDescriptor()690 return StringByTypeIdx(proto_id.return_type_idx_); in GetReturnTypeDescriptor()1047 return dex_file_.StringByTypeIdx(GetTypeIdx()); in GetDescriptor()
855 local_in_reg[reg].descriptor_ = StringByTypeIdx(descriptor_idx); in DecodeDebugInfo0()1003 result += dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_); in ToString()1007 result += dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in ToString()1023 StringPiece param(dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_)); in operator ==()1034 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
1753 ErrorStringPrintf("Duplicate interface: '%s'", dex_file_->StringByTypeIdx(idx1)); in CheckInterClassDefItem()
5646 const char* descriptor = dex_file.StringByTypeIdx(type_idx); in ResolveType()
60 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx); in GetReturnValueType()
825 const char* descriptor = dex_file_->StringByTypeIdx(idx); in CheckNewInstance()858 const char* descriptor = dex_file_->StringByTypeIdx(idx); in CheckNewArray()1764 << dex_file_->StringByTypeIdx(type_idx) << " in instanceof in " in CodeFlowVerifyInstruction()2247 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()2271 return_type_descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()2353 descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()2411 descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()2966 const char* descriptor = dex_file_->StringByTypeIdx(class_idx); in ResolveClassAndCheckAccess()3193 dex_file_->StringByTypeIdx(class_idx), in VerifyInvocationArgsFromIterator()
252 const char* class_name = dex_file->StringByTypeIdx(type_idx); in PreloadDexCachesResolveType()
2045 dex_file.StringByTypeIdx(class_def.class_idx_)); in CompileClass()
2360 dex_compilation_unit_->GetDexFile()->StringByTypeIdx(type_idx, &type_desc_len); in Expand_HLFilledNewArray()