Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/base/jni/
Dcts_agent.cpp55 env->CallStaticVoidMethod(klass.get(), method); in InformMainAttach()
/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c1071 CALL(CallStaticVoidMethod, StaticFromNative, method); in help_CallVoidMethod()
1119 TEST_DECLARATION(CallStaticVoidMethod) { in TEST_DECLARATION() argument
1795 RUN_TEST(CallStaticVoidMethod), in runAllTests()
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp374 env->CallStaticVoidMethod(cl, mid, args); in CALL_JAVA_STATIC_METHOD()