Lines Matching refs:jmethodID
27 jmethodID g_class_loader_load_class_method_id = 0;
169 jmethodID MethodID::Get(JNIEnv* env, in Get()
173 jmethodID id = type == TYPE_STATIC ? in Get()
188 jmethodID MethodID::LazyGet(JNIEnv* env, in LazyGet()
193 static_assert(sizeof(subtle::AtomicWord) >= sizeof(jmethodID), in LazyGet()
197 return reinterpret_cast<jmethodID>(value); 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>(
266 jmethodID throwable_printstacktrace = in GetJavaExceptionInfo()
274 jmethodID bytearray_output_stream_constructor = in GetJavaExceptionInfo()
277 jmethodID bytearray_output_stream_tostring = in GetJavaExceptionInfo()
289 jmethodID printstream_constructor = in GetJavaExceptionInfo()