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
738 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr}); in TestBakerFieldWide() local
839 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr}); in TestBakerFieldNarrow() local
1150 const std::vector<uint8_t> raw_code = RawCode({kBneWPlus0, ldr(base_reg)}); in TEST_F() local
1227 const std::vector<uint8_t> raw_code = RawCode({ldr, kBneWPlus0}); in TEST_F() local
1282 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
1073 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr}); in TestBakerField() local
1329 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr(base_reg)}); in TEST_F() local
1407 const std::vector<uint8_t> raw_code = RawCode({ldr, kCbnzIP1Plus0Insn}); in TEST_F() local