Home
last modified time | relevance | path

Searched refs:res2 (Results 1 – 4 of 4) sorted by relevance

/art/test/912-classes/
Dclasses_art.cc113 jvmtiError res2 = jvmti_env->GetClassSignature(classes[i], &sig, nullptr); in Java_art_Test912Art_isLoadedClass() local
114 if (JvmtiErrorToException(env, jvmti_env, res2)) { in Java_art_Test912Art_isLoadedClass()
/art/runtime/arch/
Dstub_test.cc1127 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance() local
1133 EXPECT_EQ(res, static_cast<uint8_t>(res2)); in GetSetBooleanInstance()
1161 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance() local
1167 EXPECT_EQ(res, static_cast<int8_t>(res2)); in GetSetByteInstance()
1257 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharInstance() local
1263 EXPECT_EQ(res, static_cast<uint16_t>(res2)); in GetSetCharInstance()
1291 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetShortInstance() local
1297 EXPECT_EQ(res, static_cast<int16_t>(res2)); in GetSetShortInstance()
1360 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSet32Instance() local
1366 EXPECT_EQ(res, static_cast<int32_t>(res2)); in GetSet32Instance()
[all …]
/art/test/800-smali/smali/
Db_22881413.smali7 .field private static res2:Ljava/lang/ClassLoader;
149 sget-object v0, LB22881413;->res2:Ljava/lang/ClassLoader;
/art/dex2oat/
Ddex2oat_test.cc1327 const int res2 = GenerateOdexForTestWithStatus( in TEST_F() local
1333 ASSERT_EQ(res2, 0); in TEST_F()