Lines Matching refs:jni_cache
61 JniLuaEnvironment(const Resources& resources, const JniCache* jni_cache,
125 const JniCache* jni_cache, in JniLuaEnvironment() argument
129 jenv_(jni_cache ? jni_cache->GetEnv() : nullptr), in JniLuaEnvironment()
130 jni_cache_(jni_cache), in JniLuaEnvironment()
134 /*jvm=*/(jni_cache ? jni_cache->jvm : nullptr)), in JniLuaEnvironment()
137 /*jvm=*/(jni_cache ? jni_cache->jvm : nullptr)), in JniLuaEnvironment()
140 /*jvm=*/(jni_cache ? jni_cache->jvm : nullptr)), in JniLuaEnvironment()
142 /*jvm=*/(jni_cache ? jni_cache->jvm : nullptr)) {} in JniLuaEnvironment()
744 AnnotatorJniEnvironment(const Resources& resources, const JniCache* jni_cache, in AnnotatorJniEnvironment() argument
751 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in AnnotatorJniEnvironment()
779 const Resources& resources, const JniCache* jni_cache, in ActionsJniLuaEnvironment() argument
784 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in ActionsJniLuaEnvironment()
811 const std::shared_ptr<JniCache>& jni_cache) { in Create() argument
813 new IntentGenerator(options, resources, jni_cache)); in Create()