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

/art/runtime/
H A Ddex_file_verifier.cc1959 if (header_->GetVersion() >= DexFile::kClassDefinitionOrderEnforcedVersion) {
1997 if (header_->GetVersion() >= DexFile::kClassDefinitionOrderEnforcedVersion) {
2532 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
2547 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
2675 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
2703 if (dex_file_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
2710 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
2735 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
2769 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
H A Ddex_file.h116 uint32_t GetVersion() const;
490 uint32_t GetVersion() const { function in class:art::DexFile
491 return GetHeader().GetVersion();
H A Druntime.h314 static const char* GetVersion() { function in class:art::verifier::Runtime
H A Dparsed_options.cc471 UsageMessage(stdout, "ART version %s\n", Runtime::GetVersion());
H A Djni_internal_test.cc685 TEST_F(JniInternalTest, GetVersion) {
686 ASSERT_EQ(JNI_VERSION_1_6, env_->GetVersion());
H A Dcheck_jni.cc1613 static jint GetVersion(JNIEnv* env) { function in class:art::CheckJNI
1619 result.I = baseEnv(env)->GetVersion(env);
3577 CheckJNI::GetVersion,
H A Djni_internal.cc329 static jint GetVersion(JNIEnv*) { function in class:art::JNI
2500 JNI::GetVersion,
H A Ddex_file.cc509 uint32_t DexFile::Header::GetVersion() const { function in class:art::DexFile::Header
/art/runtime/verifier/
H A Dmethod_verifier.h186 return dex_file_->GetVersion();
H A Dmethod_verifier.cc807 if (dex_file_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
3820 ((dex_file_->GetVersion() < DexFile::kDefaultMethodsVersion) ||
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc174 return env->NewStringUTF(Runtime::GetVersion());
/art/runtime/jdwp/
H A Djdwp_handler.cc129 std::string version(StringPrintf("Android Runtime %s", Runtime::Current()->GetVersion()));

Completed in 853 milliseconds