Home
last modified time | relevance | path

Searched refs:ProtoId (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Ddex_file.h183 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 …]
Ddex_file_test.cc306 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()
Dmethod_helper-inl.h60 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType()
Ddex_file_verifier.cc1140 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()
Dmethod_helper.cc89 const DexFile::ProtoId* other_sig = in FindDexMethodIndexInOtherDexFile()
Ddex_file.cc358 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/
Dart_method-inl.h483 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()
Dart_method.h524 const DexFile::ProtoId& GetPrototype() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/sea_ir/types/
Dtype_inference.cc89 const art::DexFile::ProtoId& proto_id = in GetDeclaredArgumentTypes()
/art/compiler/optimizing/
Dbuilder.cc329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_); in BuildInvoke()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs, in FindProtoIndex()
/art/runtime/verifier/
Dmethod_verifier.cc1213 const DexFile::ProtoId& proto_id = in SetTypesFromSignature()
4109 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType()