Home
last modified time | relevance | path

Searched refs:TypeId (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Ddex_file.h141 struct TypeId { struct
145 DISALLOW_COPY_AND_ASSIGN(TypeId); argument
453 const TypeId& GetTypeId(uint32_t idx) const { in GetTypeId()
458 uint16_t GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId()
468 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
473 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
478 const char* GetTypeDescriptor(const TypeId& type_id) const { in GetTypeDescriptor()
483 const TypeId* FindTypeId(uint32_t string_idx) const;
504 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
506 const DexFile::TypeId& type) const;
[all …]
Ddex_file_test.cc218 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
244 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
260 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
262 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
Ddex_file.cc292 type_ids_ = reinterpret_cast<const TypeId*>(b + h->type_ids_off_); in InitMembers()
343 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in FindClassDef()
368 const DexFile::FieldId* DexFile::FindFieldId(const DexFile::TypeId& declaring_klass, in FindFieldId()
370 const DexFile::TypeId& type) const { in FindFieldId()
403 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId()
478 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const { in FindTypeId()
483 const TypeId& type_id = GetTypeId(mid); in FindTypeId()
570 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList()
Ddex_file_verifier.cc1008 if (!CheckPointerRange(ptr_, ptr_ + sizeof(DexFile::TypeId), "type_ids")) { in CheckIntraSectionIterate()
1011 ptr_ += sizeof(DexFile::TypeId); in CheckIntraSectionIterate()
1379 const DexFile::TypeId* item = reinterpret_cast<const DexFile::TypeId*>(ptr_); in CheckInterTypeIdItem()
1390 const DexFile::TypeId* prev_item = reinterpret_cast<const DexFile::TypeId*>(previous_item_); in CheckInterTypeIdItem()
1398 ptr_ += sizeof(DexFile::TypeId); in CheckInterTypeIdItem()
Dobject_utils.h109 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor()
Dclass_linker_test.cc330 const DexFile::TypeId& type_id = dex->GetTypeId(i); in AssertDexFile()
1001 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
Dutils.cc322 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in PrettyType()
Dclass_linker.cc1869 const DexFile::TypeId* void_type_id = in LoadMethod()
2350 const DexFile::TypeId* type_id = in LookupClassFromImage()
2364 const DexFile::TypeId* type_id = in LookupClassFromImage()
/art/runtime/mirror/
Dobject_test.cc211 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId( in TEST_F()
268 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId( in TEST_F()
274 const DexFile::TypeId* type_type_id = dex_file->FindTypeId( in TEST_F()
/art/compiler/driver/
Dcompiler_driver.cc714 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses()
1035 const DexFile::TypeId* type_id = in ComputeStaticFieldInfo()
1220 const DexFile::TypeId* type_id = in ComputeInvokeInfo()