Searched refs:ProtoId (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | dex_file.h | 183 struct ProtoId { struct 190 DISALLOW_COPY_AND_ASSIGN(ProtoId); argument 602 const DexFile::ProtoId& signature) const; 611 const ProtoId& GetMethodPrototype(const MethodId& method_id) const { in GetMethodPrototype() 689 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const { in GetReturnTypeDescriptor() 700 const ProtoId& GetProtoId(uint32_t idx) const { in GetProtoId() 705 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { in GetIndexForProtoId() 712 const ProtoId* FindProtoId(uint16_t return_type_idx, 714 const ProtoId* FindProtoId(uint16_t return_type_idx, in FindProtoId() 729 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty() [all …]
|
D | dex_file_test.cc | 306 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); in TEST_F() 314 const DexFile::ProtoId* found = in TEST_F() 326 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_); in TEST_F()
|
D | method_helper-inl.h | 60 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType()
|
D | dex_file_verifier.cc | 1140 if (!CheckListSize(ptr_, 1, sizeof(DexFile::ProtoId), "proto_ids")) { in CheckIntraSectionIterate() 1143 ptr_ += sizeof(DexFile::ProtoId); in CheckIntraSectionIterate() 1516 const DexFile::ProtoId* item = reinterpret_cast<const DexFile::ProtoId*>(ptr_); in CheckInterProtoIdItem() 1552 const DexFile::ProtoId* prev = reinterpret_cast<const DexFile::ProtoId*>(previous_item_); in CheckInterProtoIdItem() 1584 ptr_ += sizeof(DexFile::ProtoId); in CheckInterProtoIdItem()
|
D | method_helper.cc | 89 const DexFile::ProtoId* other_sig = in FindDexMethodIndexInOtherDexFile()
|
D | dex_file.cc | 358 proto_ids_(reinterpret_cast<const ProtoId*>(base + header_->proto_ids_off_)), in DexFile() 519 const DexFile::ProtoId& signature) const { in FindMethodId() 607 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, in FindProtoId() 614 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() 704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature()
|
/art/runtime/mirror/ |
D | art_method-inl.h | 483 inline const DexFile::ProtoId& ArtMethod::GetPrototype() { in GetPrototype() 492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() 514 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeDescriptor()
|
D | art_method.h | 524 const DexFile::ProtoId& GetPrototype() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
/art/compiler/sea_ir/types/ |
D | type_inference.cc | 89 const art::DexFile::ProtoId& proto_id = in GetDeclaredArgumentTypes()
|
/art/compiler/optimizing/ |
D | builder.cc | 329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_); in BuildInvoke()
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs, in FindProtoIndex()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1213 const DexFile::ProtoId& proto_id = in SetTypesFromSignature() 4109 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType()
|