Searched refs:invoke_method_name (Results 1 – 2 of 2) sorted by relevance
25 const char* MethodHandle::GetReturnTypeDescriptor(const char* invoke_method_name) { in GetReturnTypeDescriptor() argument26 if (strcmp(invoke_method_name, "invoke") == 0 || strcmp(invoke_method_name, "invokeExact") == 0) { in GetReturnTypeDescriptor()
87 static const char* GetReturnTypeDescriptor(const char* invoke_method_name);