Home
last modified time | relevance | path

Searched refs:res2 (Results 1 – 3 of 3) 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.cc1256 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance() local
1262 EXPECT_EQ(res, static_cast<uint8_t>(res2)); in GetSetBooleanInstance()
1290 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance() local
1296 EXPECT_EQ(res, static_cast<int8_t>(res2)); in GetSetByteInstance()
1386 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharInstance() local
1392 EXPECT_EQ(res, static_cast<uint16_t>(res2)); in GetSetCharInstance()
1420 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetShortInstance() local
1426 EXPECT_EQ(res, static_cast<int16_t>(res2)); in GetSetShortInstance()
1493 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSet32Instance() local
1499 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;