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 48 mirror::ObjectArray<Class>* const p_types = GetPTypes(); member in class:art::mirror::mirror
49 const int32_t p_types_length = p_types->GetLength();
55 mirror::Class* klass = p_types->GetWithoutChecks(i);
64 mirror::ObjectArray<Class>* const p_types = GetPTypes(); member in class:art::mirror::mirror
65 const int32_t params_length = p_types->GetLength();
72 if (p_types->GetWithoutChecks(i) != target_p_types->GetWithoutChecks(i)) {
80 mirror::ObjectArray<Class>* const p_types = GetPTypes(); member in class:art::mirror::mirror
81 const int32_t params_length = p_types->GetLength();
96 if (!IsParameterTypeConvertible(p_types->GetWithoutChecks(i),
108 mirror::ObjectArray<Class>* const p_types = GetPTypes() member in class:art::mirror::mirror
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 512 #define p_types symtab[SYM_TYPES] macro

Completed in 173 milliseconds