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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc111 // Unlike libcore's NullableScopedUtfChars, this will *not* throw NullPointerException if
114 // NullableScopedUtfChars name(env, javaName);
121 class NullableScopedUtfChars { class in namespace:art
123 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { function in class:art::NullableScopedUtfChars
127 ~NullableScopedUtfChars() {
152 NullableScopedUtfChars(const NullableScopedUtfChars&);
153 void operator=(const NullableScopedUtfChars&);
167 NullableScopedUtfChars outputName(env, javaOutputName);

Completed in 62 milliseconds