OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMethodShorty
(Results
1 - 2
of
2
) sorted by null
/system/core/include/nativebridge/
native_bridge.h
183
const char* (*
getMethodShorty
)(JNIEnv* env, jmethodID mid);
/art/test/115-native-bridge/
nativebridge.cc
77
const char* shorty = gNativeBridgeArtCallbacks->
getMethodShorty
(env, mid);
Completed in 202 milliseconds