Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h514 uint16_t GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId()
524 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() local
529 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() local
534 const char* GetTypeDescriptor(const TypeId& type_id) const { in GetTypeDescriptor()
566 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor() local
572 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor() local
606 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor() local
Ddex_file.cc438 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in FindClassDef() local
595 const TypeId& type_id = GetTypeId(mid); in FindTypeId() local
682 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList() local
Ddex_file_test.cc298 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F() local
Dclass_linker_test.cc354 const DexFile::TypeId& type_id = dex->GetTypeId(i); in AssertDexFile() local
997 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F() local
Ddex_file_verifier.cc80 const DexFile::TypeId& type_id = dex_file_->GetTypeId(type_idx); in CheckLoadStringByTypeIdx() local
Dutils.cc328 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in PrettyType() local
Dclass_linker.cc3453 const DexFile::TypeId* type_id = in LookupClassFromImage() local
Ddebugger.cc1220 JDWP::RefTypeId type_id = gRegistry->AddRefType(o->GetClass()); in GetReferenceType() local
/art/compiler/driver/
Dcompiler_driver-inl.h141 const DexFile::TypeId* type_id = in IsFastStaticField() local
Dcompiler_driver.cc759 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc589 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index); in FindClassIndex() local
/art/runtime/mirror/
Dclass-inl.h681 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals() local
Dobject_test.cc277 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId( in TEST_F() local
Dclass.cc732 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor() local
/art/runtime/gc/
Dheap.cc582 const DexFile::TypeId& type_id = dex_file->GetTypeId(class_def.class_idx_); in SafeGetClassDescriptor() local