Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DCmpBiasChanger.java141 if (opcode == Opcode.CMPG_FLOAT) { in getLegalDifferentOpcode()
144 return Opcode.CMPG_FLOAT; in getLegalDifferentOpcode()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java66 CMPG_FLOAT, enumConstant
DInstruction.java367 addOpcodeInfo(Opcode.CMPG_FLOAT, "cmpg-float", 0x2e, new Format23x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc537 case Instruction::CMPG_FLOAT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h68 …V(0x2E, CMPG_FLOAT, "cmpg-float", k23x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h854 HANDLER_ATTRIBUTES bool CMPG_FLOAT() { in CMPG_FLOAT() function
/art/compiler/optimizing/
Dinstruction_builder.cc3207 case Instruction::CMPG_FLOAT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2543 case Instruction::CMPG_FLOAT: in CodeFlowVerifyInstruction()