Searched defs:JniCache (Results 1 – 2 of 2) sorted by relevance
31 struct JniCache { struct37 JavaVM* jvm = nullptr;40 ScopedGlobalRef<jclass> string_class;41 jmethodID string_init_bytes_charset = nullptr;42 jmethodID string_code_point_count = nullptr;43 jmethodID string_length = nullptr;44 ScopedGlobalRef<jstring> string_utf8;47 ScopedGlobalRef<jclass> pattern_class;48 jmethodID pattern_compile = nullptr;49 jmethodID pattern_matcher = nullptr;[all …]
23 JniCache::JniCache(JavaVM* jvm) in JniCache() function in libtextclassifier3::JniCache