Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles_test.cc49 static ObjPtr<mirror::MethodType> CreateVoidMethodType(Thread* self, in CreateVoidMethodType() function
68 Handle<mirror::MethodType> from_mt = hs.NewHandle(CreateVoidMethodType(self, from)); in TryConversion()
69 Handle<mirror::MethodType> to_mt = hs.NewHandle(CreateVoidMethodType(self, to)); in TryConversion()