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

/art/runtime/
H A Ddex_file-inl.h28 inline int32_t DexFile::GetStringLength(const StringId& string_id) const { function in class:art::DexFile
H A Djni_internal_test.cc1054 EXPECT_EQ(0, env_->GetStringLength(s));
1058 EXPECT_EQ(5, env_->GetStringLength(s));
1069 EXPECT_EQ(0, env_->GetStringLength(s));
1073 EXPECT_EQ(2, env_->GetStringLength(s));
1082 EXPECT_EQ(0, env_->GetStringLength(s));
H A Dcheck_jni.cc1485 static jsize GetStringLength(JNIEnv* env, jstring string) { function in class:art::CheckJNI
1487 return CHECK_JNI_EXIT("I", baseEnv(env)->GetStringLength(env, string));
1950 CheckJNI::GetStringLength,
H A Ddex_file.h469 int32_t GetStringLength(const StringId& string_id) const;
H A Djni_internal.cc1937 static jsize GetStringLength(JNIEnv* env, jstring java_string) { function in class:art::JNI
2884 JNI::GetStringLength,

Completed in 88 milliseconds