Home
last modified time | relevance | path

Searched refs:p_types (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dmethod_type.cc65 ObjectArray<Class>* const p_types = GetPTypes(); in NumberOfVRegs() local
66 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() local
82 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() local
98 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 …]
Demulated_stack_frame.cc33 static void CalculateFrameAndReferencesSize(ObjPtr<mirror::ObjectArray<mirror::Class>> p_types, in CalculateFrameAndReferencesSize() argument
38 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize()
42 ObjPtr<mirror::Class> type = p_types->GetWithoutChecks(i); in CalculateFrameAndReferencesSize()