Home
last modified time | relevance | path

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

/art/libnativebridge/include/nativebridge/
Dnative_bridge.h405 uint32_t (*getNativeMethodCount)(JNIEnv* env, jclass clazz); member
/art/test/115-native-bridge/
Dnativebridge.cc59 count1 = gNativeBridgeArtCallbacks->getNativeMethodCount(env, klass); in trampoline_JNI_OnLoad()