Searched refs:getMethodRef (Results 1 – 2 of 2) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | MethodIdItem.java | 46 protoIds.intern(getMethodRef().getPrototype()); in addContents() 54 public CstBaseMethodRef getMethodRef() { in getMethodRef() method in MethodIdItem 62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 10891 static jmethodID getMethodRef(JNIEnv* env, jclass clazz, const char* name, const char* sig) { function 10922 calendar_setMethod = getMethodRef(env, calendarClass, "set", "(IIIIII)V"); 10923 inputStream_readMethod = getMethodRef(env, inputStreamClass, "read", "([B)I"); 10926 openSslInputStream_readLineMethod = getMethodRef(env, openSslInputStreamClass, "gets", 10928 outputStream_writeMethod = getMethodRef(env, outputStreamClass, "write", "([B)V"); 10929 outputStream_flushMethod = getMethodRef(env, outputStreamClass, "flush", "()V");
|