Lines Matching refs:method_id

694   const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
695 const char* method_name = dex_file_->StringDataByIdx(method_id.name_idx_);
2856 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2857 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
2878 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2879 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0;
2880 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
2955 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2956 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
3009 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
3010 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
3745 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx);
3746 const RegType& klass_type = ResolveClassAndCheckAccess(method_id.class_idx_);
3749 append += dex_file_->GetMethodName(method_id);
3764 const char* name = dex_file_->GetMethodName(method_id);
3765 const Signature signature = dex_file_->GetMethodSignature(method_id);
4979 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
4980 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id);
4991 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
4993 = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));