Home
last modified time | relevance | path

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

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