Home
last modified time | relevance | path

Searched defs:proto_id (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dart_method-inl.h427 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeDescriptor() local
478 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType() local
Ddex_file.h706 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const { in GetReturnTypeDescriptor()
722 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { in GetIndexForProtoId()
746 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty() local
750 const TypeList* GetProtoParameters(const ProtoId& proto_id) const { in GetProtoParameters()
1066 DexFileParameterIterator(const DexFile& dex_file, const DexFile::ProtoId& proto_id) in DexFileParameterIterator()
Dart_method.cc541 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters() local
Ddex_file.cc756 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature() local
Dclass_linker.cc3815 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc770 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs, in FindProtoIndex() local
/art/compiler/dex/
Dtype_inference.cc633 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in Signature() local
/art/runtime/verifier/
Dmethod_verifier.cc1347 const DexFile::ProtoId& proto_id = in SetTypesFromSignature() local
4331 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType() local
/art/compiler/optimizing/
Dbuilder.cc605 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_); in BuildInvoke() local