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.cc1260 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance() local
1266 EXPECT_EQ(res, static_cast<uint8_t>(res2)); in GetSetBooleanInstance()
1294 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance() local
1300 EXPECT_EQ(res, static_cast<int8_t>(res2)); in GetSetByteInstance()
1390 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharInstance() local
1396 EXPECT_EQ(res, static_cast<uint16_t>(res2)); in GetSetCharInstance()
1424 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetShortInstance() local
1430 EXPECT_EQ(res, static_cast<int16_t>(res2)); in GetSetShortInstance()
1497 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSet32Instance() local
1503 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.cc1302 const int res2 = GenerateOdexForTestWithStatus( in TEST_F() local
1308 ASSERT_EQ(res2, 0); in TEST_F()