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

/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.cc600 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, argument
608 int compare = return_type_idx - proto.return_type_idx_;
637 bool DexFile::CreateTypeList(const StringPiece& signature, uint16_t* return_type_idx, argument
683 *return_type_idx = type_idx;
691 uint16_t return_type_idx; local
693 bool success = CreateTypeList(signature, &return_type_idx, &param_type_indices);
697 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
H A Ddex_file.h708 const ProtoId* FindProtoId(uint16_t return_type_idx,
710 const ProtoId* FindProtoId(uint16_t return_type_idx, argument
712 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
716 bool CreateTypeList(const StringPiece& signature, uint16_t* return_type_idx,
/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/mirror/
H A Dart_method-inl.h504 uint16_t return_type_idx = proto_id.return_type_idx_; local
505 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx));
/art/runtime/verifier/
H A Dmethod_verifier.cc2211 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
2212 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx);
2235 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
2236 return_type_descriptor = dex_file_->StringByTypeIdx(return_type_idx);
2317 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
2318 descriptor = dex_file_->StringByTypeIdx(return_type_idx);
2375 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; local
2376 descriptor = dex_file_->StringByTypeIdx(return_type_idx);
4064 uint16_t return_type_idx = proto_id.return_type_idx_; local
4065 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx));
[all...]

Completed in 1167 milliseconds