Home
last modified time | relevance | path

Searched defs:ref2 (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/runtime/gc/
H A Dreference_queue_test.cc45 auto ref2(hs.NewHandle(ref_class->AllocObject(self)->AsReference())); in TEST_F() local
84 auto ref2(hs.NewHandle(finalizer_ref_class->AllocObject(self)->AsReference())); in TEST_F() local
/aosp12/art/libartbase/base/
H A Dintrusive_forward_list_test.cc189 std::forward_list<int> ref2({ 7, 1, 3 }); in Assign() local
418 std::forward_list<int> ref2({ 3, 8, 6 }); in SwapClear() local
451 std::forward_list<int> ref2; in SpliceAfter() local
628 std::forward_list<int> ref2({ 3, 5, 6, 7, 9 }); in Merge() local
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h139 const FragmentRef* ref2 = KEY2.symbol()->fragRef(); in operator() local
/aosp12/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h58 ref2 = 0x7f040003, enumerator
/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher_test.cc145 MethodReference ref2(dex_file, 2u); in TEST_F() local
178 MethodReference ref2(dex_file, 2u); in TEST_F() local
/aosp12/system/media/audio_utils/tests/
H A Dmetadata_tests.cpp377 const ByteString ref2{ 0x02, 0x00, 0x00, 0x00, 0x68, 0x69 }; in TEST() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1737 uint16_t ref2 = entry2.data.u8[0]; in DngCreator_setup() local
/aosp12/art/runtime/jni/
H A Dcheck_jni.cc2170 static jboolean IsSameObject(JNIEnv* env, jobject ref1, jobject ref2) { in IsSameObject()