Home
last modified time | relevance | path

Searched refs:DEF_SGET (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dglobal_value_numbering_test.cc108 #define DEF_SGET(bb, opcode, reg, field_info) \ macro
791 DEF_SGET(3, Instruction::SGET, 0u, 0u), in TEST_F()
792 DEF_SGET(6, Instruction::SGET, 1u, 0u), // Same as at the top. in TEST_F()
794 DEF_SGET(4, Instruction::SGET, 2u, 1u), in TEST_F()
795 DEF_SGET(6, Instruction::SGET, 3u, 1u), // Same as at the left side. in TEST_F()
797 DEF_SGET(3, Instruction::SGET, 4u, 2u), in TEST_F()
800 DEF_SGET(6, Instruction::SGET, 7u, 2u), // Differs from the top and the CONST. in TEST_F()
802 DEF_SGET(3, Instruction::SGET, 8u, 3u), in TEST_F()
806 DEF_SGET(6, Instruction::SGET, 12u, 3u), // Differs from the top, equals the CONST. in TEST_F()
808 DEF_SGET(3, Instruction::SGET_SHORT, 13u, 4u), in TEST_F()
[all …]
Dlocal_value_numbering_test.cc69 #define DEF_SGET(opcode, reg, field_info) \ macro
444 DEF_SGET(Instruction::SGET, 0u, 0u), // Resolved field #1. in TEST_F()
446 DEF_SGET(Instruction::SGET, 3u, 2u), // Unresolved SGET can be "acquire". in TEST_F()
447 DEF_SGET(Instruction::SGET, 4u, 0u), // Resolved field #1. in TEST_F()
450 DEF_SGET(Instruction::SGET, 8u, 0u), // Resolved field #1. in TEST_F()
482 DEF_SGET(Instruction::SGET, 3u, 0u), in TEST_F()
483 DEF_SGET(Instruction::SGET, 4u, 1u), // Can call <clinit>(). in TEST_F()
486 DEF_SGET(Instruction::SGET, 7u, 0u), // Differs from 3u. in TEST_F()
544 DEF_SGET(Instruction::SGET, 16u, 0u), in TEST_F()
690 DEF_SGET(Instruction::SGET, 8u, 0u), in TEST_F()
[all …]
Dtype_inference_test.cc111 #define DEF_SGET(bb, opcode, reg, field_info) \ macro
703 DEF_SGET(3u, Instruction::SGET_BYTE, 0u, 0u), in TEST_F()
704 DEF_SGET(3u, Instruction::SGET_CHAR, 1u, 1u), in TEST_F()
706 DEF_SGET(3u, Instruction::SGET, 4u, 3u), in TEST_F()
707 DEF_SGET(3u, Instruction::SGET, 5u, 4u), in TEST_F()
709 DEF_SGET(3u, Instruction::SGET_SHORT, 8u, 6u), in TEST_F()
710 DEF_SGET(3u, Instruction::SGET_BOOLEAN, 9u, 7u), in TEST_F()
711 DEF_SGET(3u, Instruction::SGET_OBJECT, 10u, 8u), in TEST_F()
712 DEF_SGET(3u, Instruction::SGET_OBJECT, 11u, 9u), in TEST_F()
1733 DEF_SGET(5u, Instruction::SGET_OBJECT, 1u, 0u), in TEST_F()
[all …]
Dgvn_dead_code_elimination_test.cc108 #define DEF_SGET(bb, opcode, reg, field_info) \ macro