Home
last modified time | relevance | path

Searched defs:raw_code (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc116 static const uint8_t raw_code[] = { in TEST_F() local
148 static const uint8_t raw_code[] = { in TEST_F() local
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc111 std::vector<uint8_t> raw_code; in RawCode() local
713 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr}); in TestBakerFieldWide() local
811 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr}); in TestBakerFieldNarrow() local
1114 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr(base_reg)}); in TEST_F() local
1191 const std::vector<uint8_t> raw_code = RawCode({ldr, kBneWPlus0}); in TEST_F() local
1246 const std::vector<uint8_t> raw_code = RawCode({ldr, kBneWPlus0}); in TEST_F() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc102 std::vector<uint8_t> raw_code; in RawCode() local
1054 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr}); in TestBakerField() local
1306 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr(base_reg)}); in TEST_F() local
1383 const std::vector<uint8_t> raw_code = RawCode({ldr, kCbnzIP1Plus0Insn}); in TEST_F() local