Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handle_impl.cc25 const char* MethodHandle::GetReturnTypeDescriptor(const char* invoke_method_name) { in GetReturnTypeDescriptor() argument
26 if (strcmp(invoke_method_name, "invoke") == 0 || strcmp(invoke_method_name, "invokeExact") == 0) { in GetReturnTypeDescriptor()
Dmethod_handle_impl.h87 static const char* GetReturnTypeDescriptor(const char* invoke_method_name);