Searched refs:RawMethodType (Results 1 – 10 of 10) sorted by relevance
29 inline RawMethodType::RawMethodType(VariableSizedHandleScope* hs) in RawMethodType() function34 inline bool RawMethodType::IsValid() const { in IsValid()38 inline void RawMethodType::SetRType(ObjPtr<mirror::Class> rtype) { in SetRType()45 inline void RawMethodType::AddPType(ObjPtr<mirror::Class> ptype) { in AddPType()53 inline int32_t RawMethodType::GetNumberOfPTypes() const { in GetNumberOfPTypes()58 inline ObjPtr<mirror::Class> RawMethodType::GetPType(int32_t i) const { in GetPType()63 inline ObjPtr<mirror::Class> RawMethodType::GetRType() const { in GetRType()67 inline Handle<mirror::Class> RawMethodType::GetRTypeHandle() const { in GetRTypeHandle()99 inline MethodType::RawPTypesAccessor::RawPTypesAccessor(RawMethodType method_type) in RawPTypesAccessor()121 RawMethodType method_type, [[maybe_unused]] HandleScopeType* hs) { in NewHandlePTypes()[all …]
35 class RawMethodType {37 explicit RawMethodType(VariableSizedHandleScope* hs);64 static ObjPtr<MethodType> Create(Thread* self, RawMethodType method_type)127 explicit RawPTypesAccessor(RawMethodType method_type);133 RawMethodType method_type_;140 static RawPTypesAccessor NewHandlePTypes(RawMethodType method_type, HandleScopeType* hs)147 static RawPTypesAccessor GetPTypes(RawMethodType method_type)154 static ObjPtr<mirror::Class> GetRType(RawMethodType method_type)161 static size_t NumberOfVRegs(RawMethodType method_type)168 static std::string PrettyDescriptor(RawMethodType method_type)
57 ObjPtr<MethodType> MethodType::Create(Thread* self, RawMethodType method_type) { in Create()149 size_t MethodType::NumberOfVRegs(RawMethodType method_type) { in NumberOfVRegs()282 std::string MethodType::PrettyDescriptor(RawMethodType method_type) { in PrettyDescriptor()
46 class RawMethodType; variable134 MatchKind GetMethodTypeMatchForAccessMode(AccessMode access_mode, RawMethodType method_type)146 void GetMethodTypeForAccessMode(AccessMode access_mode, /*out*/ RawMethodType method_type)
1401 AccessMode access_mode, RawMethodType method_type) { in GetMethodTypeMatchForAccessMode()1407 RawMethodType method_type(&method_type_hs); in GetMethodTypeForAccessMode()1413 /*out*/ RawMethodType method_type) { in GetMethodTypeForAccessMode()
26 class RawMethodType; variable41 mirror::RawMethodType callsite_type,
60 mirror::RawMethodType accessor_type(&accessor_type_hs); in VarHandleInvokeAccessorWithConversions()150 mirror::RawMethodType callsite_type, in VarHandleInvokeAccessor()
101 class RawMethodType; variable457 /*out*/ mirror::RawMethodType method_type)
10239 mirror::RawMethodType raw_method_type(&raw_method_type_hs); in ResolveMethodType()10262 /*out*/ mirror::RawMethodType method_type) { in ResolveMethodType()
505 mirror::RawMethodType callsite_type(&callsite_type_hs); in DoVarHandleInvokeCommon()