Lines Matching refs:jni_cache
60 JniLuaEnvironment(const Resources& resources, const JniCache* jni_cache,
127 const JniCache* jni_cache, in JniLuaEnvironment() argument
131 jenv_(jni_cache ? jni_cache->GetEnv() : nullptr), in JniLuaEnvironment()
132 jni_cache_(jni_cache), in JniLuaEnvironment()
136 /*jvm=*/(jni_cache ? jni_cache->jvm : nullptr)), in JniLuaEnvironment()
139 /*jvm=*/(jni_cache ? jni_cache->jvm : nullptr)), in JniLuaEnvironment()
142 /*jvm=*/(jni_cache ? jni_cache->jvm : nullptr)), in JniLuaEnvironment()
144 /*jvm=*/(jni_cache ? jni_cache->jvm : nullptr)) {} in JniLuaEnvironment()
704 AnnotatorJniEnvironment(const Resources& resources, const JniCache* jni_cache, in AnnotatorJniEnvironment() argument
711 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in AnnotatorJniEnvironment()
739 const Resources& resources, const JniCache* jni_cache, in ActionsJniLuaEnvironment() argument
744 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in ActionsJniLuaEnvironment()
773 const std::shared_ptr<JniCache>& jni_cache) { in Create() argument
775 new IntentGenerator(options, resources, jni_cache)); in Create()