Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java179 REM_LONG, enumConstant
H A DInstruction.java482 addOpcodeInfo(Opcode.REM_LONG, "rem-long", 0x9f, new Format23x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java214 longOpcodes.add(Opcode.REM_LONG);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc445 case Instruction::REM_LONG: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h181 …V(0x9F, REM_LONG, "rem-long", k23x, kIndexNone, kContinue | kThrow, kRemainder, kVerifyRegAWide | …
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1273 HANDLER_ATTRIBUTES bool REM_LONG() { in REM_LONG() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc2994 case Instruction::REM_LONG: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3286 case Instruction::REM_LONG: in CodeFlowVerifyInstruction()