Searched refs:CONST_WIDE (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 474 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \ 524 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, in TEST_F() 525 Instruction::CONST_WIDE | 2 << 8, 1, 0, 0, 0, in TEST_F() 594 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0, in TEST_F() 595 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0, in TEST_F() 604 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0, in TEST_F() 605 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0, in TEST_F()
|
D | constant_folding_test.cc | 169 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, in TEST_F()
|
D | instruction_builder.cc | 1759 case Instruction::CONST_WIDE: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 44 CONST_WIDE, enumConstant
|
D | Instruction.java | 344 addOpcodeInfo(Opcode.CONST_WIDE, "const-wide", 0x18, new Format51l()); in addOpcodeInfo() argument
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 120 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0 in Const0() 188 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u in GetZeroVRegMask() 491 case Instruction::CONST_WIDE: in AnalyseMethodCode()
|
/art/runtime/ |
D | dex_instruction_list.h | 45 …V(0x18, CONST_WIDE, "const-wide", k51l, true, kIndexNone, kContinue | kRegBFieldOrConstant, kVerif…
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 430 HANDLE_INSTRUCTION_START(CONST_WIDE) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 371 case Instruction::CONST_WIDE: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2243 case Instruction::CONST_WIDE: { in CodeFlowVerifyInstruction()
|