Searched refs:TypeId (Results 1 – 10 of 10) sorted by relevance
141 struct TypeId { struct145 DISALLOW_COPY_AND_ASSIGN(TypeId); argument453 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 …]
218 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()
292 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()
1008 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()
109 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor()
330 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()
322 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in PrettyType()
1869 const DexFile::TypeId* void_type_id = in LoadMethod()2350 const DexFile::TypeId* type_id = in LookupClassFromImage()2364 const DexFile::TypeId* type_id = in LookupClassFromImage()
211 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()
714 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()