Searched refs:p_types (Results 1 – 2 of 2) sorted by relevance
99 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); in NumberOfVRegs() local100 const int32_t p_types_length = p_types->GetLength(); in NumberOfVRegs()106 ObjPtr<Class> klass = p_types->GetWithoutChecks(i); in NumberOfVRegs()115 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); in IsExactMatch() local116 const int32_t params_length = p_types->GetLength(); in IsExactMatch()123 if (p_types->GetWithoutChecks(i) != target_p_types->GetWithoutChecks(i)) { in IsExactMatch()131 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); in IsConvertible() local132 const int32_t params_length = p_types->GetLength(); in IsConvertible()147 if (!IsParameterTypeConvertible(p_types->GetWithoutChecks(i), in IsConvertible()159 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); in PrettyDescriptor() local[all …]
37 static void CalculateFrameAndReferencesSize(ObjPtr<mirror::ObjectArray<mirror::Class>> p_types, in CalculateFrameAndReferencesSize() argument42 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize()46 ObjPtr<mirror::Class> type = p_types->GetWithoutChecks(i); in CalculateFrameAndReferencesSize()