Home
last modified time | relevance | path

Searched refs:RawMethodType (Results 1 – 10 of 10) sorted by relevance

/art/runtime/mirror/
Dmethod_type-inl.h29 inline RawMethodType::RawMethodType(VariableSizedHandleScope* hs) in RawMethodType() function
34 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 …]
Dmethod_type.h35 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)
Dmethod_type.cc57 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()
Dvar_handle.h46 class RawMethodType; variable
134 MatchKind GetMethodTypeMatchForAccessMode(AccessMode access_mode, RawMethodType method_type)
146 void GetMethodTypeForAccessMode(AccessMode access_mode, /*out*/ RawMethodType method_type)
Dvar_handle.cc1401 AccessMode access_mode, RawMethodType method_type) { in GetMethodTypeMatchForAccessMode()
1407 RawMethodType method_type(&method_type_hs); in GetMethodTypeForAccessMode()
1413 /*out*/ RawMethodType method_type) { in GetMethodTypeForAccessMode()
/art/runtime/
Dvar_handles.h26 class RawMethodType; variable
41 mirror::RawMethodType callsite_type,
Dvar_handles.cc60 mirror::RawMethodType accessor_type(&accessor_type_hs); in VarHandleInvokeAccessorWithConversions()
150 mirror::RawMethodType callsite_type, in VarHandleInvokeAccessor()
Dclass_linker.h101 class RawMethodType; variable
457 /*out*/ mirror::RawMethodType method_type)
Dclass_linker.cc10239 mirror::RawMethodType raw_method_type(&raw_method_type_hs); in ResolveMethodType()
10262 /*out*/ mirror::RawMethodType method_type) { in ResolveMethodType()
/art/runtime/interpreter/
Dinterpreter_common.cc505 mirror::RawMethodType callsite_type(&callsite_type_hs); in DoVarHandleInvokeCommon()