Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dmethod_type.h46 static ObjPtr<MethodType> CollectTrailingArguments(Thread* const self,
H A Dmethod_type.cc74 ObjPtr<MethodType> MethodType::CollectTrailingArguments(Thread* self, in CollectTrailingArguments() function in art::mirror::MethodType
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc979 mirror::MethodType::CollectTrailingArguments(self, in InvokeBootstrapMethod()