Searched refs:CONST_WIDE_16 (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 431 Instruction::CONST_WIDE_16 | 0 << 8, 1, in TEST_F() 432 Instruction::CONST_WIDE_16 | 2 << 8, 2, in TEST_F() 495 Instruction::CONST_WIDE_16 | 0 << 8, 3, in TEST_F() 496 Instruction::CONST_WIDE_16 | 2 << 8, 2, in TEST_F()
|
D | instruction_builder.cc | 1402 case Instruction::CONST_WIDE_16: in HasTrivialClinit() 2622 case Instruction::CONST_WIDE_16: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 42 CONST_WIDE_16, enumConstant
|
D | Instruction.java | 342 addOpcodeInfo(Opcode.CONST_WIDE_16, "const-wide/16", 0x16, new Format21s()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 59 return Instruction::CONST_WIDE_16 <= opcode && opcode <= Instruction::CONST_WIDE_HIGH16; in IsInstructionConstWide()
|
D | dex_instruction_list.h | 44 …V(0x16, CONST_WIDE_16, "const-wide/16", k21s, kIndexNone, kContinue, kRegBFieldOrConstant, kVerify…
|
/art/tools/veridex/ |
D | flow_analysis.cc | 288 case Instruction::CONST_WIDE_16: in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 476 case Instruction::CONST_WIDE_16: in AnalyseMethodCode()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 534 HANDLER_ATTRIBUTES bool CONST_WIDE_16() { in CONST_WIDE_16() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2275 case Instruction::CONST_WIDE_16: { in CodeFlowVerifyInstruction()
|