Searched refs:NullableScopedUtfChars (Results 1 – 1 of 1) sorted by relevance
131 class NullableScopedUtfChars { class133 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { in NullableScopedUtfChars() function in art::NullableScopedUtfChars137 ~NullableScopedUtfChars() { in ~NullableScopedUtfChars()162 NullableScopedUtfChars(const NullableScopedUtfChars&);163 void operator=(const NullableScopedUtfChars&);626 NullableScopedUtfChars class_loader_context(env, javaClassLoaderContext); in DexFile_getDexOptNeeded()