Searched defs:JNIEnvExt (Results 1 – 2 of 2) sorted by relevance
138 struct JNIEnvExt : public JNIEnv { struct157 return Offset(OFFSETOF_MEMBER(JNIEnvExt, local_ref_cookie)); in LocalRefCookieOffset() argument161 return Offset(OFFSETOF_MEMBER(JNIEnvExt, self)); in SelfOffset() argument167 Thread* const self;168 JavaVMExt* vm;171 uint32_t local_ref_cookie;197 // Used to save and restore the JNIEnvExt state when not going through code created by the JNI argument
2955 JNIEnvExt::JNIEnvExt(Thread* self, JavaVMExt* vm) in JNIEnvExt() function in art::JNIEnvExt