Searched refs:return_type_idx_ (Results 1 - 9 of 9) sorted by relevance

/art/runtime/
H A Ddex_file-inl.h85 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
87 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);
H A Dart_method-inl.h378 uint16_t return_type_idx = proto_id.return_type_idx_;
432 uint16_t return_type_idx = proto_id.return_type_idx_;
H A Ddex_file_test.cc317 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
H A Ddex_file_verifier.cc1762 LOAD_STRING_BY_TYPE(return_type, item->return_type_idx_, "inter_proto_id_item return_type_idx")
1789 if (UNLIKELY(prev->return_type_idx_ > item->return_type_idx_)) {
1792 } else if (prev->return_type_idx_ == item->return_type_idx_) {
H A Ddex_file.h201 uint16_t return_type_idx_; // index into type_ids array for return type member in struct:art::DexFile::ProtoId
747 return StringByTypeIdx(proto_id.return_type_idx_);
H A Ddex_file_verifier_test.cc1510 CHECK_EQ(proto1.return_type_idx_, proto2.return_type_idx_);
H A Ddex_file.cc703 int compare = return_type_idx - proto.return_type_idx_;
2276 result += dex_file_->StringByTypeIdx(proto_id_->return_type_idx_);
2303 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_);
H A Dclass_linker.cc4828 uint16_t return_type_idx = proto_id.return_type_idx_;
/art/runtime/verifier/
H A Dmethod_verifier.cc2857 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
2880 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
2956 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
3010 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
4981 uint16_t return_type_idx = proto_id.return_type_idx_;

Completed in 2041 milliseconds