Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.cc51 Handle<ObjectArray<Class>> src_ptypes = hs.NewHandle(method_type->GetPTypes()); in CloneWithoutLeadingParameter() local
55 const int32_t dst_ptypes_count = src_ptypes->GetLength() - 1; in CloneWithoutLeadingParameter()
59 dst_ptypes->Set(i, src_ptypes->Get(i + 1)); in CloneWithoutLeadingParameter()