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

  /art/compiler/dex/
global_value_numbering_test.cc 120 #define DEF_APUT(bb, opcode, reg, obj, idx) \
    [all...]
local_value_numbering_test.cc 81 #define DEF_APUT(opcode, reg, obj, idx) \
532 DEF_APUT(Instruction::APUT, 0u, 200u, 300u),
533 DEF_APUT(Instruction::APUT, 0u, 200u, 301u),
534 DEF_APUT(Instruction::APUT, 0u, 201u, 300u),
535 DEF_APUT(Instruction::APUT, 0u, 201u, 301u),
567 DEF_APUT(Instruction::APUT, 2u, 20u, 41u), // May alias with index for sreg 40u.
642 DEF_APUT(Instruction::APUT_OBJECT, 20u, 30u, 42u), // Array ref escapes.
648 DEF_APUT(Instruction::APUT, 10u, 32u, 40u), // May alias with all elements.
688 DEF_APUT(Instruction::APUT, 5u, 33u, 40u), // Store the same value.
702 DEF_APUT(Instruction::APUT, 19u, 51u, 41u), // Store the same value
    [all...]
type_inference_test.cc 123 #define DEF_APUT(bb, opcode, reg, obj, idx) \
    [all...]
gvn_dead_code_elimination_test.cc 120 #define DEF_APUT(bb, opcode, reg, obj, idx) \
    [all...]

Completed in 660 milliseconds