Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.h138 struct JNIEnvExt : public JNIEnv { struct
157 return Offset(OFFSETOF_MEMBER(JNIEnvExt, local_ref_cookie)); in LocalRefCookieOffset() argument
161 return Offset(OFFSETOF_MEMBER(JNIEnvExt, self)); in SelfOffset() argument
167 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
Djni_internal.cc2955 JNIEnvExt::JNIEnvExt(Thread* self, JavaVMExt* vm) in JNIEnvExt() function in art::JNIEnvExt