Searched defs:raw_code2 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiled_method_storage_test.cc | 31 const uint8_t raw_code2[] = { 4u, 3u, 2u, 1u }; in TEST() local
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 948 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local 1049 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 1150 const std::vector<uint8_t> raw_code2 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local 1240 const std::vector<uint8_t> raw_code2 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local
|