Searched refs:yodel (Results 1 – 2 of 2) sorted by relevance
39 jmethodID yodel; member159 env->CallStaticVoidMethod(clazz, gCachedState.yodel, result); in PlatformLibrary_reverseString()207 gCachedState.yodel = env->GetStaticMethodID(clazz, "yodel", in cacheIds()209 if (gCachedState.yodel == NULL) { in cacheIds()
51 private static void yodel(String msg) { in yodel() method in PlatformLibrary