HomeSort by relevance Sort by last modified time
    Searched defs:p_types (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
method_type.cc 99 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); local
100 const int32_t p_types_length = p_types->GetLength();
106 ObjPtr<Class> klass = p_types->GetWithoutChecks(i);
115 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); local
116 const int32_t params_length = p_types->GetLength();
123 if (p_types->GetWithoutChecks(i) != target_p_types->GetWithoutChecks(i)) {
131 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); local
132 const int32_t params_length = p_types->GetLength();
147 if (!IsParameterTypeConvertible(p_types->GetWithoutChecks(i),
159 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes() local
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 525 #define p_types symtab[SYM_TYPES] macro

Completed in 285 milliseconds