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

/art/runtime/
H A Ddex_file-inl.h27 inline int32_t DexFile::GetStringLength(const StringId& string_id) const { function in class:art::DexFile
H A Djni_internal_test.cc1195 EXPECT_EQ(0, env_->GetStringLength(s));
1199 EXPECT_EQ(5, env_->GetStringLength(s));
1210 EXPECT_EQ(0, env_->GetStringLength(s));
1214 EXPECT_EQ(2, env_->GetStringLength(s));
1223 EXPECT_EQ(0, env_->GetStringLength(s));
H A Dcheck_jni.cc1488 static jsize GetStringLength(JNIEnv* env, jstring string) { function in class:art::CheckJNI
1490 return CHECK_JNI_EXIT("I", baseEnv(env)->GetStringLength(env, string));
1957 CheckJNI::GetStringLength,
H A Ddex_file.h415 int32_t GetStringLength(const StringId& string_id) const;
H A Djni_internal.cc1958 static jsize GetStringLength(JNIEnv* env, jstring java_string) { function in class:art::JNI
1959 CHECK_NON_NULL_ARGUMENT(GetStringLength, java_string);
1965 CHECK_NON_NULL_ARGUMENT(GetStringLength, java_string);
2764 JNI::GetStringLength,
H A Dclass_linker.cc3965 int32_t utf16_length = dex_file.GetStringLength(string_id);

Completed in 427 milliseconds