Searched defs:return_type_idx (Results 1 - 6 of 6) sorted by relevance

/art/compiler/sea_ir/types/
H A Dtype_inference.cc59 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
60 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx);
/art/runtime/
H A Dmethod_helper-inl.h61 uint16_t return_type_idx = proto_id.return_type_idx_; local
62 return GetClassFromTypeIdx(return_type_idx, resolve);
H A Ddex_file.cc607 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, argument
615 int compare = return_type_idx - proto.return_type_idx_;
644 bool DexFile::CreateTypeList(const StringPiece& signature, uint16_t* return_type_idx, argument
690 *return_type_idx = type_idx;
698 uint16_t return_type_idx; local
700 bool success = CreateTypeList(signature, &return_type_idx, &param_type_indices);
704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
H A Ddex_file.h712 const ProtoId* FindProtoId(uint16_t return_type_idx,
714 const ProtoId* FindProtoId(uint16_t return_type_idx, argument
716 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
720 bool CreateTypeList(const StringPiece& signature, uint16_t* return_type_idx,
/art/runtime/mirror/
H A Dart_method-inl.h515 uint16_t return_type_idx = proto_id.return_type_idx_; local
516 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx));
/art/runtime/verifier/
H A Dmethod_verifier.cc2246 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
2247 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx);
2270 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
2271 return_type_descriptor = dex_file_->StringByTypeIdx(return_type_idx);
2352 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
2353 descriptor = dex_file_->StringByTypeIdx(return_type_idx);
2410 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
2411 descriptor = dex_file_->StringByTypeIdx(return_type_idx);
4110 uint16_t return_type_idx = proto_id.return_type_idx_; local
4111 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx));
[all...]

Completed in 112 milliseconds