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 33 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) {
81 // getMethodShorty(): in the case of native method calling JNI native function CallXXXXMethodY(),
88 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
dex_file.h 675 const char* GetMethodShorty(uint32_t idx) const {
680 const char* GetMethodShorty(const MethodId& method_id) const {
683 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const {
    [all...]

Completed in 769 milliseconds