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

/art/runtime/
H A Dvdex_file.h54 const char* GetVersion() const { return reinterpret_cast<const char*>(version_); } function in struct:art::VdexFile::Header
H A Ddex_file_verifier.cc2280 if (header_->GetVersion() >= DexFile::kClassDefinitionOrderEnforcedVersion) {
2319 if (header_->GetVersion() >= DexFile::kClassDefinitionOrderEnforcedVersion) {
2993 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
3008 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
3091 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
3120 if (dex_file_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
3127 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
3152 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
3186 if (header_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
H A Ddex_file.h99 uint32_t GetVersion() const;
529 uint32_t GetVersion() const { function in class:art::DexFile::MethodHandleType
530 return GetHeader().GetVersion();
H A Druntime.h305 static const char* GetVersion() { function in class:art::verifier::VerifyMode
H A Ddex_file_test.cc321 EXPECT_EQ(38u, header.GetVersion());
H A Dparsed_options.cc481 Runtime::GetVersion(),
H A Dcheck_jni.cc1627 static jint GetVersion(JNIEnv* env) { function in class:art::CheckJNI
1633 result.I = baseEnv(env)->GetVersion(env);
3592 CheckJNI::GetVersion,
H A Ddex_file.cc633 uint32_t DexFile::Header::GetVersion() const { function in class:art::DexFile::Header
H A Djni_internal.cc342 static jint GetVersion(JNIEnv*) { function in class:art::JNI
2579 JNI::GetVersion,
H A Djni_internal_test.cc690 TEST_F(JniInternalTest, GetVersion) {
691 ASSERT_EQ(JNI_VERSION_1_6, env_->GetVersion());
/art/runtime/verifier/
H A Dmethod_verifier.h126 return dex_file_->GetVersion();
H A Dmethod_verifier.cc850 if (dex_file_->GetVersion() >= DexFile::kDefaultMethodsVersion) {
3926 ((dex_file_->GetVersion() < DexFile::kDefaultMethodsVersion) ||
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc188 return env->NewStringUTF(Runtime::GetVersion());
/art/runtime/openjdkjvmti/
H A Dti_class.cc981 uint32_t version = klass->GetDexFile().GetHeader().GetVersion();
/art/runtime/jdwp/
H A Djdwp_handler.cc132 std::string version(StringPrintf("Android Runtime %s", Runtime::Current()->GetVersion()));
/art/oatdump/
H A Doatdump.cc512 << vdex_header.GetVersion()

Completed in 2259 milliseconds