Searched defs:JNIEnvExt (Results 1 – 2 of 2) sorted by relevance
36 struct JNIEnvExt : public JNIEnv { struct60 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); argument115 // Used to save and restore the JNIEnvExt state when not going through code created by the JNI argument
56 JNIEnvExt::JNIEnvExt(Thread* self_in, JavaVMExt* vm_in) in JNIEnvExt() function in art::JNIEnvExt