Searched refs:NEW_INSTANCE (Results 1 - 20 of 20) sorted by last modified time

/art/compiler/dex/
H A Dglobal_value_numbering_test.cc552 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 100u),
556 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 200u),
560 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 300u),
566 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 400u),
573 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 500u),
580 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 600u),
581 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 601u),
582 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 602u),
589 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 700u),
599 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 80
[all...]
H A Dgvn_dead_code_elimination.cc1141 case Instruction::NEW_INSTANCE:
H A Dgvn_dead_code_elimination_test.cc587 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u),
628 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u),
670 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u),
699 // Check that the NEW_INSTANCE defines the s_reg 2, v_reg 2, originally defined by the move.
711 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u),
739 // Check that the NEW_INSTANCE defines the s_reg 2, v_reg 2, originally defined by the move 2u.
750 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u),
781 // Check that the NEW_INSTANCE defines the s_reg 4, v_reg 3, originally defined by the move 4u.
939 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE, 0u),
978 DEF_UNIQUE_REF(3, Instruction::NEW_INSTANCE,
[all...]
H A Dlocal_value_numbering.cc1637 case Instruction::NEW_INSTANCE:
H A Dlocal_value_numbering_test.cc295 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 10u),
317 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 11u),
339 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 10u),
393 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 30u),
479 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 200u),
593 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 20u),
693 DEF_UNIQUE_REF(Instruction::NEW_INSTANCE, 50u), // Test with unique references.
H A Dmir_optimization.cc1667 if (opcode == Instruction::NEW_INSTANCE) {
1670 // Change NEW_INSTANCE into CONST_4 of 0
H A Dtype_inference.cc793 case Instruction::NEW_INSTANCE:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc623 case Instruction::NEW_INSTANCE:
H A Dquick_compiler.cc172 Instruction::NEW_INSTANCE,
H A Dralloc_util.cc1218 case Instruction::NEW_INSTANCE:
/art/compiler/optimizing/
H A Dbuilder.cc2010 case Instruction::NEW_INSTANCE: {
/art/runtime/
H A Ddex_instruction.cc191 case NEW_INSTANCE:
H A Ddex_instruction_list.h55 V(0x22, NEW_INSTANCE, "new-instance", k21c, true, kTypeRef, kContinue | kThrow | kClobber, kVerifyRegA | kVerifyRegBNewInstance) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc511 HANDLE_INSTRUCTION_START(NEW_INSTANCE) {
H A Dinterpreter_switch_impl.cc414 case Instruction::NEW_INSTANCE: {
/art/runtime/verifier/
H A Dmethod_verifier.cc686 case Instruction::NEW_INSTANCE:
1992 case Instruction::NEW_INSTANCE: {
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DCodeItem.java162 || opcode == Opcode.NEW_INSTANCE
H A DInstruction.java354 addOpcodeInfo(Opcode.NEW_INSTANCE, "new-instance", 0x22, new Format21c());
H A DOpcode.java54 NEW_INSTANCE, enum constant in enum:Opcode
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DFormat21c.java72 || info.opcode == Opcode.NEW_INSTANCE) {

Completed in 350 milliseconds