Home
last modified time | relevance | path

Searched refs:DEF_APUT (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dglobal_value_numbering_test.cc116 #define DEF_APUT(bb, opcode, reg, obj, idx) \ macro
821 DEF_APUT(5, Instruction::APUT, 8u, 300u, 301u), in TEST_F()
827 DEF_APUT(4, Instruction::APUT, 13u, 400u, 401u), in TEST_F()
828 DEF_APUT(5, Instruction::APUT, 13u, 400u, 401u), in TEST_F()
833 DEF_APUT(4, Instruction::APUT, 19u, 500u, 502u), // Clobbers value at index 501u. in TEST_F()
838 DEF_APUT(4, Instruction::APUT, 22u, 600u, 601u), in TEST_F()
839 DEF_APUT(4, Instruction::APUT, 22u, 600u, 602u), in TEST_F()
841 DEF_APUT(5, Instruction::APUT, 25u, 600u, 601u), in TEST_F()
842 DEF_APUT(5, Instruction::APUT, 25u, 600u, 602u), in TEST_F()
849 DEF_APUT(4, Instruction::APUT, 33u, 701u, 702u), // Doesn't interfere with unrelated array. in TEST_F()
[all …]
Dlocal_value_numbering_test.cc79 #define DEF_APUT(opcode, reg, obj, idx) \ macro
495 DEF_APUT(Instruction::APUT, 0u, 200u, 300u), in TEST_F()
496 DEF_APUT(Instruction::APUT, 0u, 200u, 301u), in TEST_F()
497 DEF_APUT(Instruction::APUT, 0u, 201u, 300u), in TEST_F()
498 DEF_APUT(Instruction::APUT, 0u, 201u, 301u), in TEST_F()
530 DEF_APUT(Instruction::APUT, 2u, 20u, 41u), // May alias with index for sreg 40u. in TEST_F()
601 DEF_APUT(Instruction::APUT_OBJECT, 20u, 30u, 42u), // Array ref escapes. in TEST_F()
607 DEF_APUT(Instruction::APUT, 9u, 32u, 40u), // May alias with all elements. in TEST_F()
644 DEF_APUT(Instruction::APUT, 5u, 33u, 40u), // Store the same value. in TEST_F()
658 DEF_APUT(Instruction::APUT, 19u, 51u, 41u), // Store the same value. in TEST_F()