Lines Matching refs:MethodID
21 using base::android::MethodID;
168 template<MethodID::Type type>
169 jmethodID MethodID::Get(JNIEnv* env, in Get()
187 template<MethodID::Type type>
188 jmethodID MethodID::LazyGet(JNIEnv* env, in LazyGet()
198 jmethodID id = MethodID::Get<type>(env, clazz, method_name, jni_signature); in LazyGet()
205 template jmethodID MethodID::Get<MethodID::TYPE_STATIC>(
209 template jmethodID MethodID::Get<MethodID::TYPE_INSTANCE>(
213 template jmethodID MethodID::LazyGet<MethodID::TYPE_STATIC>(
217 template jmethodID MethodID::LazyGet<MethodID::TYPE_INSTANCE>(
267 MethodID::Get<MethodID::TYPE_INSTANCE>( in GetJavaExceptionInfo()
275 MethodID::Get<MethodID::TYPE_INSTANCE>( in GetJavaExceptionInfo()
278 MethodID::Get<MethodID::TYPE_INSTANCE>( in GetJavaExceptionInfo()
290 MethodID::Get<MethodID::TYPE_INSTANCE>( in GetJavaExceptionInfo()