Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.cc99 const ObjPtr<ObjectArray<Class>> p_types = GetPTypes(); in NumberOfVRegs() local
100 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() local
116 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() local
132 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 …]
Demulated_stack_frame.cc37 static void CalculateFrameAndReferencesSize(ObjPtr<mirror::ObjectArray<mirror::Class>> p_types, in CalculateFrameAndReferencesSize() argument
42 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize()
46 ObjPtr<mirror::Class> type = p_types->GetWithoutChecks(i); in CalculateFrameAndReferencesSize()