Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.h44 static ObjPtr<MethodType> CollectTrailingArguments(Thread* const self,
Dmethod_type.cc74 ObjPtr<MethodType> MethodType::CollectTrailingArguments(Thread* self, in CollectTrailingArguments() function in art::mirror::MethodType
/art/runtime/interpreter/
Dinterpreter_common.cc983 mirror::MethodType::CollectTrailingArguments(self, in InvokeBootstrapMethod()