HomeSort by relevance Sort by last modified time
    Searched defs:GetMethodShorty (Results 1 - 2 of 2) sorted by null

  /art/runtime/
native_bridge_art_interface.cc 28 const char* GetMethodShorty(JNIEnv* env, jmethodID mid) {
100 // getMethodShorty(): in the case of native method calling JNI native function CallXXXXMethodY(),
107 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
dex_file.h 624 const char* GetMethodShorty(const MethodId& method_id) const {
627 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const {
    [all...]

Completed in 206 milliseconds