Searched defs:expected_cfi (Results 1 - 2 of 2) sorted by relevance

/art/compiler/jni/
H A Djni_cfi_test.cc45 const std::vector<uint8_t>& expected_cfi) {
47 TestImplSized<PointerSize::k64>(isa, isa_str, expected_asm, expected_cfi);
49 TestImplSized<PointerSize::k32>(isa, isa_str, expected_asm, expected_cfi);
58 const std::vector<uint8_t>& expected_cfi) {
100 EXPECT_EQ(expected_cfi, actual_cfi);
109 std::vector<uint8_t> expected_cfi(expected_cfi_##isa, \
111 TestImpl(InstructionSet::isa, #isa, expected_asm, expected_cfi); \
42 TestImpl(InstructionSet isa, const char* isa_str, const std::vector<uint8_t>& expected_asm, const std::vector<uint8_t>& expected_cfi) argument
55 TestImplSized(InstructionSet isa, const char* isa_str, const std::vector<uint8_t>& expected_asm, const std::vector<uint8_t>& expected_cfi) argument
/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc106 const std::vector<uint8_t>& expected_cfi) {
116 EXPECT_EQ(expected_cfi, actual_cfi);
123 const std::vector<uint8_t>& expected_cfi) {
126 Check(isa, isa_str, expected_asm, expected_cfi);
165 std::vector<uint8_t> expected_cfi( \
168 TestImpl(InstructionSet::isa, #isa, expected_asm, expected_cfi); \
208 std::vector<uint8_t> expected_cfi(
223 Check(InstructionSet::kThumb2, "kThumb2_adjust", expected_asm, expected_cfi);
239 std::vector<uint8_t> expected_cfi(
253 Check(InstructionSet::kMips, "kMips_adjust", expected_asm, expected_cfi);
103 Check(InstructionSet isa, const char* isa_str, const std::vector<uint8_t>& expected_asm, const std::vector<uint8_t>& expected_cfi) argument
120 TestImpl(InstructionSet isa, const char* isa_str, const std::vector<uint8_t>& expected_asm, const std::vector<uint8_t>& expected_cfi) argument
[all...]

Completed in 86 milliseconds