Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 – 20 of 20) sorted by relevance

/art/runtime/
Ddex_file-inl.h85 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_);
Ddex_file_test.cc321 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
336 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
338 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
Ddex_file.h506 const TypeId& GetTypeId(uint32_t idx) const { in GetTypeId() function
521 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
526 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
563 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor()
569 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor()
603 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor()
Dutils.cc328 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in PrettyType()
Ddex_file.cc588 const TypeId& type_id = GetTypeId(mid); in FindTypeId()
Ddex_file_verifier.cc80 const DexFile::TypeId& type_id = dex_file_->GetTypeId(type_idx); in CheckLoadStringByTypeIdx()
Dclass_linker_test.cc343 const DexFile::TypeId& type_id = dex->GetTypeId(i); in AssertDexFile()
Dclass_linker.cc5437 dex_file.GetTypeId(field_id.type_idx_).descriptor_idx_)); in ResolveFieldJLS()
/art/compiler/sea_ir/types/
Dtype_inference.cc43 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_)); in FunctionTypeInfo()
53 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_)); in FunctionTypeInfo()
/art/compiler/driver/
Dcompiler_driver_test.cc120 << " " << dex->GetTypeDescriptor(dex->GetTypeId(i)); in TEST_F()
Dcompiler_driver.cc742 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses()
812 IsImageClass(dex_file.StringDataByIdx(dex_file.GetTypeId(type_idx).descriptor_idx_))) { in CanAssumeTypeIsPresentInDexCache()
944 dex_file.StringDataByIdx(dex_file.GetTypeId(type_idx).descriptor_idx_)); in CanEmbedTypeInCode()
1784 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in InitializeClass()
/art/runtime/mirror/
Dart_method-inl.h505 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx)); in GetReturnTypeDescriptor()
511 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
Dclass-inl.h660 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals()
Dclass.cc732 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor()
/art/compiler/
Delf_patcher.cc155 const DexFile::TypeId& id = tpatch->GetDexFile().GetTypeId(tpatch->GetTargetTypeIdx()); in SetPatchLocation()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc667 dex_file->FindMethodId(dex_file->GetTypeId(declaring_class_index), in FindMethodIndex()
Dcodegen_util.cc507 const DexFile::TypeId& target_method_id = cu_->dex_file->GetTypeId(target_method_idx); in InstallLiteralPools()
/art/runtime/verifier/
Dmethod_verifier.cc4065 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx)); in GetMethodReturnType()
4076 = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_)); in GetDeclaringClass()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc984 const DexFile::TypeId& id = cu_->dex_file->GetTypeId(type_idx); in LoadClassType()
/art/runtime/gc/
Dheap.cc562 const DexFile::TypeId& type_id = dex_file->GetTypeId(class_def.class_idx_); in SafeGetClassDescriptor()