Home
last modified time | relevance | path

Searched defs:p_types (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dmethod_type.cc59 RawPTypesAccessor p_types(method_type); in Create() local
121 auto p_types = MethodType::GetPTypes(method_type); in NumberOfVRegsImpl() local
155 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); in IsExactMatch() local
171 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); in IsConvertible() local
249 auto p_types = MethodType::GetPTypes(method_type); in PrettyDescriptorImpl() local
H A Dmethod_type-inl.h85 inline MethodType::PTypesAccessor<PTypesType>::PTypesAccessor(PTypesType p_types) in PTypesAccessor()
115 Handle<ObjectArray<mirror::Class>> p_types = hs->NewHandle(method_type->GetPTypes()); in NewHandlePTypes() local
H A Demulated_stack_frame.cc37 static void CalculateFrameAndReferencesSize(ObjPtr<mirror::ObjectArray<mirror::Class>> p_types, in CalculateFrameAndReferencesSize()
155 Handle<mirror::ObjectArray<mirror::Class>> p_types(hs.NewHandle(callee_type->GetPTypes())); in CreateFromShadowFrameAndArgs() local
/aosp_15_r20/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h530 #define p_types symtab[SYM_TYPES] macro