OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNativeMethodCount
(Results
1 - 2
of
2
) sorted by null
/system/core/include/nativebridge/
native_bridge.h
192
uint32_t (*
getNativeMethodCount
)(JNIEnv* env, jclass clazz);
/art/test/115-native-bridge/
nativebridge.cc
57
count1 = gNativeBridgeArtCallbacks->
getNativeMethodCount
(env, klass);
Completed in 1094 milliseconds