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

  /art/compiler/dex/
global_value_numbering_test.cc 116 #define DEF_APUT(bb, opcode, reg, obj, idx) \
    [all...]
local_value_numbering_test.cc 79 #define DEF_APUT(opcode, reg, obj, idx) \
495 DEF_APUT(Instruction::APUT, 0u, 200u, 300u),
496 DEF_APUT(Instruction::APUT, 0u, 200u, 301u),
497 DEF_APUT(Instruction::APUT, 0u, 201u, 300u),
498 DEF_APUT(Instruction::APUT, 0u, 201u, 301u),
530 DEF_APUT(Instruction::APUT, 2u, 20u, 41u), // May alias with index for sreg 40u.
601 DEF_APUT(Instruction::APUT_OBJECT, 20u, 30u, 42u), // Array ref escapes.
607 DEF_APUT(Instruction::APUT, 9u, 32u, 40u), // May alias with all elements.
644 DEF_APUT(Instruction::APUT, 5u, 33u, 40u), // Store the same value.
658 DEF_APUT(Instruction::APUT, 19u, 51u, 41u), // Store the same value
    [all...]

Completed in 167 milliseconds