Searched refs:CONST_WIDE (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 263 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \ 313 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, in TEST_F() 314 Instruction::CONST_WIDE | 2 << 8, 1, 0, 0, 0, in TEST_F() 383 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0, in TEST_F() 384 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0, in TEST_F() 393 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0, in TEST_F() 394 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0, in TEST_F()
|
D | constant_folding_test.cc | 160 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, in TEST_F()
|
D | instruction_builder.cc | 1203 case Instruction::CONST_WIDE: in HasTrivialClinit() 2158 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/compiler/dex/ |
D | inline_method_analyser.cc | 119 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0 in Const0() 189 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u in GetZeroVRegMask() 475 case Instruction::CONST_WIDE: in AnalyseMethodCode()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 267 case Instruction::CONST_WIDE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 46 …V(0x18, CONST_WIDE, "const-wide", k51l, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegAWi…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 682 ALWAYS_INLINE void CONST_WIDE() REQUIRES_SHARED(Locks::mutator_lock_) { in CONST_WIDE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2283 case Instruction::CONST_WIDE: { in CodeFlowVerifyInstruction()
|