Home
last modified time | relevance | path

Searched refs:OR_INT_LIT8 (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java242 OR_INT_LIT8, enumConstant
DInstruction.java545 addOpcodeInfo(Opcode.OR_INT_LIT8, "or-int/lit8", 0xde, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java264 intLit8Opcodes.add(Opcode.OR_INT_LIT8);
/art/tools/veridex/
Dflow_analysis.cc514 case Instruction::OR_INT_LIT8: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h244 …V(0xDE, OR_INT_LIT8, "or-int/lit8", k22b, kIndexNone, kContinue, kOr | kRegCFieldOrConstant, kVeri…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1579 HANDLER_ATTRIBUTES bool OR_INT_LIT8() { in OR_INT_LIT8() function
/art/compiler/optimizing/
Dinstruction_builder.cc3269 case Instruction::OR_INT_LIT8: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3399 case Instruction::OR_INT_LIT8: in CodeFlowVerifyInstruction()