Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Djni_test.cc745 jclass lambda_class = env->FindClass("LambdaInterface"); in InvokeSpecificMethod() local
747 CHECK(lambda_class != nullptr); in InvokeSpecificMethod()
748 jmethodID method_id = env->GetMethodID(lambda_class, method, "()V"); in InvokeSpecificMethod()