Home
last modified time | relevance | path

Searched refs:StringByTypeIdx (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Dexception_test.cc137 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()
Dmethod_helper.cc73 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()
Ddex_file_test.cc294 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()
Ddex_file.h523 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const { in StringByTypeIdx() function
528 const char* StringByTypeIdx(uint32_t idx) const { in StringByTypeIdx() function
651 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()
Ddex_file.cc855 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 ==()
Ddex_file_verifier.cc1753 ErrorStringPrintf("Duplicate interface: '%s'", dex_file_->StringByTypeIdx(idx1)); in CheckInterClassDefItem()
Dclass_linker.cc5646 const char* descriptor = dex_file.StringByTypeIdx(type_idx); in ResolveType()
/art/compiler/sea_ir/types/
Dtype_inference.cc60 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx); in GetReturnValueType()
/art/runtime/verifier/
Dmethod_verifier.cc825 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()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc252 const char* class_name = dex_file->StringByTypeIdx(type_idx); in PreloadDexCachesResolveType()
/art/compiler/driver/
Dcompiler_driver.cc2045 dex_file.StringByTypeIdx(class_def.class_idx_)); in CompileClass()
/art/compiler/llvm/
Dgbc_expander.cc2360 dex_compilation_unit_->GetDexFile()->StringByTypeIdx(type_idx, &type_desc_len); in Expand_HLFilledNewArray()