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.cc324 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
339 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
341 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
Ddex_file.h509 const TypeId& GetTypeId(uint32_t idx) const { in GetTypeId() function
524 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
529 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
566 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor()
572 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor()
606 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.cc595 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.cc354 const DexFile::TypeId& type_id = dex->GetTypeId(i); in AssertDexFile()
Dclass_linker.cc5888 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.cc759 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses()
829 IsImageClass(dex_file.StringDataByIdx(dex_file.GetTypeId(type_idx).descriptor_idx_))) { in CanAssumeTypeIsPresentInDexCache()
965 dex_file.StringDataByIdx(dex_file.GetTypeId(type_idx).descriptor_idx_)); in CanEmbedTypeInCode()
1871 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in InitializeClass()
/art/runtime/mirror/
Dart_method-inl.h516 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx)); in GetReturnTypeDescriptor()
522 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
Dclass-inl.h681 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.cc165 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.cc4111 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx)); in GetMethodReturnType()
4122 = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_)); in GetDeclaringClass()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc985 const DexFile::TypeId& id = cu_->dex_file->GetTypeId(type_idx); in LoadClassType()
/art/runtime/gc/
Dheap.cc582 const DexFile::TypeId& type_id = dex_file->GetTypeId(class_def.class_idx_); in SafeGetClassDescriptor()