Searched refs:p_types (Results 1 – 2 of 2) sorted by relevance
65 ObjectArray<Class>* const p_types = GetPTypes(); in NumberOfVRegs() local66 const int32_t p_types_length = p_types->GetLength(); in NumberOfVRegs()72 Class* klass = p_types->GetWithoutChecks(i); in NumberOfVRegs()81 ObjectArray<Class>* const p_types = GetPTypes(); in IsExactMatch() local82 const int32_t params_length = p_types->GetLength(); in IsExactMatch()89 if (p_types->GetWithoutChecks(i) != target_p_types->GetWithoutChecks(i)) { in IsExactMatch()97 ObjectArray<Class>* const p_types = GetPTypes(); in IsConvertible() local98 const int32_t params_length = p_types->GetLength(); in IsConvertible()113 if (!IsParameterTypeConvertible(p_types->GetWithoutChecks(i), in IsConvertible()125 ObjectArray<Class>* const p_types = GetPTypes(); in PrettyDescriptor() local[all …]
33 static void CalculateFrameAndReferencesSize(ObjPtr<mirror::ObjectArray<mirror::Class>> p_types, in CalculateFrameAndReferencesSize() argument38 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize()42 ObjPtr<mirror::Class> type = p_types->GetWithoutChecks(i); in CalculateFrameAndReferencesSize()