Searched refs:expected_cfi (Results 1 – 2 of 2) sorted by relevance
/art/compiler/jni/ |
D | jni_cfi_test.cc | 45 const std::vector<uint8_t>& expected_cfi) { in TestImpl() argument 47 TestImplSized<PointerSize::k64>(isa, isa_str, expected_asm, expected_cfi); in TestImpl() 49 TestImplSized<PointerSize::k32>(isa, isa_str, expected_asm, expected_cfi); in TestImpl() 58 const std::vector<uint8_t>& expected_cfi) { in TestImplSized() argument 100 EXPECT_EQ(expected_cfi, actual_cfi); in TestImplSized() 109 std::vector<uint8_t> expected_cfi(expected_cfi_##isa, \ 111 TestImpl(InstructionSet::isa, #isa, expected_asm, expected_cfi); \
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 106 const std::vector<uint8_t>& expected_cfi) { in Check() argument 116 EXPECT_EQ(expected_cfi, actual_cfi); in Check() 123 const std::vector<uint8_t>& expected_cfi) { in TestImpl() argument 126 Check(isa, isa_str, expected_asm, expected_cfi); in TestImpl() 165 std::vector<uint8_t> expected_cfi( \ 168 TestImpl(InstructionSet::isa, #isa, expected_asm, expected_cfi); \ 208 std::vector<uint8_t> expected_cfi( in TEST_ISA() local 223 Check(InstructionSet::kThumb2, "kThumb2_adjust", expected_asm, expected_cfi); in TEST_ISA() 239 std::vector<uint8_t> expected_cfi( in TEST_F() local 253 Check(InstructionSet::kMips, "kMips_adjust", expected_asm, expected_cfi); in TEST_F() [all …]
|