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

  /art/compiler/dex/
local_value_numbering_test.cc 67 #define DEF_SGET(opcode, reg, field_info) \
410 DEF_SGET(Instruction::SGET, 0u, 0u), // Resolved field #1.
412 DEF_SGET(Instruction::SGET, 2u, 2u), // SGET doesn't clobber anything.
413 DEF_SGET(Instruction::SGET, 3u, 0u), // Resolved field #1.
416 DEF_SGET(Instruction::SGET, 6u, 0u), // Resolved field #1.
445 DEF_SGET(Instruction::SGET, 3u, 0u),
446 DEF_SGET(Instruction::SGET, 4u, 1u), // Can call <clinit>().
449 DEF_SGET(Instruction::SGET, 7u, 0u), // Differs from 3u.
507 DEF_SGET(Instruction::SGET, 16u, 0u),
646 DEF_SGET(Instruction::SGET, 8u, 0u)
    [all...]
global_value_numbering_test.cc 104 #define DEF_SGET(bb, opcode, reg, field_info) \
754 DEF_SGET(3, Instruction::SGET, 0u, 0u),
755 DEF_SGET(6, Instruction::SGET, 1u, 0u), // Same as at the top.
757 DEF_SGET(4, Instruction::SGET, 2u, 1u),
758 DEF_SGET(6, Instruction::SGET, 3u, 1u), // Same as at the left side.
760 DEF_SGET(3, Instruction::SGET, 4u, 2u),
763 DEF_SGET(6, Instruction::SGET, 7u, 2u), // Differs from the top and the CONST.
765 DEF_SGET(3, Instruction::SGET, 8u, 3u),
769 DEF_SGET(6, Instruction::SGET, 12u, 3u), // Differs from the top, equals the CONST.
771 DEF_SGET(3, Instruction::SGET_SHORT, 13u, 4u)
    [all...]

Completed in 304 milliseconds