Searched refs:code1 (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 938 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F() local 944 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(patches1)); in TEST_F() 1006 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F() local 1012 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(patches1)); in TEST_F() 1036 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F() local 1042 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(patches1)); in TEST_F() 1336 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F() local 1338 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 1148 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F() local 1153 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(patches1)); in TEST_F() 1208 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F() local 1213 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(patches1)); in TEST_F() 1237 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F() local 1242 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(patches1)); in TEST_F() 1440 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F() local 1442 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|