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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc113 // Unlike libcore's NullableScopedUtfChars, this will *not* throw NullPointerException if
116 // NullableScopedUtfChars name(env, javaName);
123 class NullableScopedUtfChars { class in namespace:art
125 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { function in class:art::NullableScopedUtfChars
129 ~NullableScopedUtfChars() {
154 NullableScopedUtfChars(const NullableScopedUtfChars&);
155 void operator=(const NullableScopedUtfChars&);

Completed in 20 milliseconds