Home
last modified time | relevance | path

Searched refs:NullableScopedUtfChars (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Ddalvik_system_DexFile.cc134 class NullableScopedUtfChars { class
136 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { in NullableScopedUtfChars() function in art::NullableScopedUtfChars
140 ~NullableScopedUtfChars() { in ~NullableScopedUtfChars()
165 NullableScopedUtfChars(const NullableScopedUtfChars&);
166 void operator=(const NullableScopedUtfChars&);
687 NullableScopedUtfChars class_loader_context(env, javaClassLoaderContext); in DexFile_getDexOptNeeded()