HomeSort by relevance Sort by last modified time
    Searched refs:DEF_IGET (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
local_value_numbering_test.cc 59 #define DEF_IGET(opcode, reg, obj, field_info) \
219 DEF_IGET(Instruction::IGET, 0u, 10u, 0u),
220 DEF_IGET(Instruction::IGET, 1u, 10u, 0u),
222 DEF_IGET(Instruction::IGET, 2u, 10u, 0u),
243 DEF_IGET(Instruction::IGET_OBJECT, 0u, 10u, 0u),
245 DEF_IGET(Instruction::IGET_OBJECT, 2u, 10u, 0u),
246 DEF_IGET(Instruction::IGET, 3u, 0u, 1u),
247 DEF_IGET(Instruction::IGET, 4u, 2u, 1u),
268 DEF_IGET(Instruction::IGET, 0u, 10u, 0u),
270 DEF_IGET(Instruction::IGET, 2u, 10u, 0u)
    [all...]
global_value_numbering_test.cc 96 #define DEF_IGET(bb, opcode, reg, obj, field_info) \
516 DEF_IGET(3, Instruction::IGET, 1u, 100u, 0u),
517 DEF_IGET(6, Instruction::IGET, 2u, 100u, 0u), // Same as at the top.
520 DEF_IGET(4, Instruction::IGET, 4u, 200u, 1u),
521 DEF_IGET(6, Instruction::IGET, 5u, 200u, 1u), // Same as at the left side.
524 DEF_IGET(3, Instruction::IGET, 7u, 300u, 2u),
527 DEF_IGET(6, Instruction::IGET, 10u, 300u, 2u), // Differs from the top and the CONST.
530 DEF_IGET(3, Instruction::IGET, 12u, 400u, 3u),
534 DEF_IGET(6, Instruction::IGET, 16u, 400u, 3u), // Differs from the top, equals the CONST.
537 DEF_IGET(3, Instruction::IGET_SHORT, 18u, 500u, 4u)
    [all...]

Completed in 47 milliseconds