Home
last modified time | relevance | path

Searched defs:type_id (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dtype_lookup_table.cc85 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable() local
99 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable() local
Ddex_file.h565 uint16_t GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId()
575 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() local
580 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() local
585 const char* GetTypeDescriptor(const TypeId& type_id) const { in GetTypeDescriptor()
617 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor() local
623 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor() local
657 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor() local
Ddex_file_test.cc299 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F() local
Ddex_file.cc526 const TypeId* type_id = FindTypeId(descriptor); in FindClassDef() local
644 const TypeId& type_id = GetTypeId(mid); in FindTypeId() local
683 const TypeId& type_id = GetTypeId(mid); in FindTypeId() local
770 const DexFile::TypeId* type_id = FindTypeId(descriptor.c_str()); in CreateTypeList() local
Dclass_linker_test.cc427 const DexFile::TypeId& type_id = dex.GetTypeId(i); in AssertDexFile() local
1074 const DexFile::TypeId* type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F() local
Ddex_file_verifier.cc84 const DexFile::TypeId& type_id = dex_file_->GetTypeId(type_idx); in CheckLoadStringByTypeIdx() local
2448 const DexFile::TypeId* type_id = in GetClassOrError() local
Dutils.cc310 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in PrettyType() local
Dclass_linker.cc3715 const DexFile::TypeId* type_id = dex_file->FindTypeId(descriptor); in LookupClassFromBootImage() local
8241 const DexFile::TypeId& type_id = dex_file->GetTypeId( in GetClassDescriptorsForProfileKeys() local
Ddebugger.cc1078 JDWP::RefTypeId type_id = gRegistry->AddRefType(o->GetClass()); in GetReferenceType() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc724 const DexFile::TypeId* type_id = dex_file->FindTypeId(kClassCacheNames[index]); in FindClassIndex() local
/art/runtime/mirror/
Dclass.cc822 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor() local
1049 const DexFile::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp)); in FindTypeIndexInOtherDexFile() local
Dobject_test.cc310 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId("[I"); in TEST_F() local
Dclass-inl.h798 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals() local
/art/compiler/
Doat_writer.cc883 const DexFile::TypeId& type_id = in VisitMethod() local
/art/compiler/driver/
Dcompiler_driver.cc1124 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses() local
/art/runtime/gc/
Dheap.cc771 const DexFile::TypeId& type_id = dex_file->GetTypeId(class_def.class_idx_); in SafeGetClassDescriptor() local