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 65 ObjectArray<Class>* const p_types = GetPTypes(); local
66 const int32_t p_types_length = p_types->GetLength();
72 Class* klass = p_types->GetWithoutChecks(i);
81 ObjectArray<Class>* const p_types = GetPTypes(); local
82 const int32_t params_length = p_types->GetLength();
89 if (p_types->GetWithoutChecks(i) != target_p_types->GetWithoutChecks(i)) {
97 ObjectArray<Class>* const p_types = GetPTypes(); local
98 const int32_t params_length = p_types->GetLength();
113 if (!IsParameterTypeConvertible(p_types->GetWithoutChecks(i),
125 ObjectArray<Class>* const p_types = GetPTypes() local
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 525 #define p_types symtab[SYM_TYPES] macro

Completed in 96 milliseconds