Home
last modified time | relevance | path

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

/aosp12/art/test/991-field-trace-2/
H A Dfield_trace.cc37 jmethodID notifyMethod = env->GetStaticMethodID(klass, "doPrintNativeNotification", "(I)V"); in Java_art_Test991_doNativeReadWrite() local
49 env->CallStaticVoidMethod(klass, notifyMethod, val); in Java_art_Test991_doNativeReadWrite()