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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc56 // Unlike libcore's NullableScopedUtfChars, this will *not* throw NullPointerException if
59 // NullableScopedUtfChars name(env, javaName);
66 class NullableScopedUtfChars { class in namespace:art
68 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { function in class:art::NullableScopedUtfChars
72 ~NullableScopedUtfChars() {
97 NullableScopedUtfChars(const NullableScopedUtfChars&);
98 void operator=(const NullableScopedUtfChars&);
106 NullableScopedUtfChars outputName(env, javaOutputName);
590 NullableScopedUtfChars pkgnam
[all...]

Completed in 208 milliseconds