Home | History | Annotate | Download | only in runtime

Lines Matching refs:DexFile

28 inline int32_t DexFile::GetStringLength(const StringId& string_id) const {
33 inline const char* DexFile::GetStringDataAndUtf16Length(const StringId& string_id,
41 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const {
45 inline const DexFile::TryItem* DexFile::GetTryItems(const CodeItem& code_item, uint32_t offset) {
51 static inline bool DexFileStringEquals(const DexFile* df1, uint32_t sidx1,
52 const DexFile* df2, uint32_t sidx2) {
85 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
86 const DexFile::TypeId& rhs_return_type_id =
94 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
95 const DexFile::TypeList* rhs_params = rhs.dex_file_->GetProtoParameters(*rhs.proto_id_);
102 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
103 const DexFile::TypeId& rhs_param_id =