Searched defs:ref1 (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/ |
D | reference_queue_test.cc | 40 auto ref1(hs.NewHandle(ref_class->AllocObject(self)->AsReference())); in TEST_F() local 77 auto ref1(hs.NewHandle(weak_ref_class->AllocObject(self)->AsReference())); in TEST_F() local
|
/art/compiler/utils/ |
D | intrusive_forward_list_test.cc | 83 std::forward_list<int> ref1({ 2, 8, 5 }); in TEST() local 266 std::forward_list<int> ref1({ 1, 2, 7 }); in TEST() local 293 std::forward_list<int> ref1({ 3, 1, 2, 7, 4, 5, 4, 8, 7 }); in TEST() local 444 std::forward_list<int> ref1({ 1, 4, 8, 8, 12 }); in TEST() local
|
/art/compiler/linker/ |
D | multi_oat_relative_patcher_test.cc | 127 MethodReference ref1(dex_file, 1u); in TEST_F() local 160 MethodReference ref1(dex_file, 1u); in TEST_F() local
|
/art/runtime/ |
D | check_jni.cc | 1962 static jboolean IsSameObject(JNIEnv* env, jobject ref1, jobject ref2) { in IsSameObject()
|