Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.cc99 int32_t ptypes_length = method_type->GetNumberOfPTypes(); in CollectTrailingArguments() local
100 if (start_index > ptypes_length) { in CollectTrailingArguments()
230 const int32_t ptypes_length = ptypes->GetLength(); in IsInPlaceConvertible() local
231 if (ptypes_length != target_ptypes->GetLength()) { in IsInPlaceConvertible()
235 for (int32_t i = 0; i < ptypes_length; ++i) { in IsInPlaceConvertible()
/art/runtime/
Dmethod_handles-inl.h205 int32_t ptypes_length = ptypes->GetLength(); in CopyArguments() local
207 for (int32_t i = 0; i < ptypes_length; ++i) { in CopyArguments()