Home
last modified time | relevance | path

Searched defs:JNIEnvExt (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Djni_env_ext.h36 struct JNIEnvExt : public JNIEnv { struct
60 Thread* const self;
61 JavaVMExt* const vm;
64 uint32_t local_ref_cookie;
72 std::vector<uint32_t> stacked_local_ref_cookies;
75 bool check_jni;
78 bool runtime_deleted;
81 int critical;
107 JNIEnvExt(Thread* self, JavaVMExt* vm); argument
115 // Used to save and restore the JNIEnvExt state when not going through code created by the JNI argument
Djni_env_ext.cc56 JNIEnvExt::JNIEnvExt(Thread* self_in, JavaVMExt* vm_in) in JNIEnvExt() function in art::JNIEnvExt