Searched refs:NOP (Results 1 – 20 of 20) sorted by relevance
/art/compiler/optimizing/ |
D | suspend_check_test.cc | 48 Instruction::NOP, in TEST()
|
D | pretty_printer_test.cc | 149 Instruction::NOP, in TEST()
|
D | dominator_test.cc | 131 Instruction::NOP, in TEST()
|
D | builder.cc | 2100 case Instruction::NOP: in AnalyzeDexInstruction()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 218 inst->SetOpcode(Instruction::NOP); in CompileCheckCast() 223 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
|
D | mir_graph.h | 264 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) { in DecodedInstruction()
|
D | gvn_dead_code_elimination.cc | 1065 case Instruction::NOP: in RecordMIR()
|
D | local_value_numbering.cc | 1507 case Instruction::NOP: in GetValueNumber()
|
D | mir_graph.cc | 787 if (opcode == Instruction::NOP) { in InlineMethod()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 20 NOP, enumConstant
|
D | Instruction.java | 320 addOpcodeInfo(Opcode.NOP, "nop", 0x00, new Format10x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | README.mips | 43 an implicit NOP. It should not be too difficult to provide a slot-filling
|
/art/runtime/ |
D | dex_instruction.cc | 64 ((opcode == NOP) ? -1 : \
|
D | dex_instruction_list.h | 21 V(0x00, NOP, "nop", k10x, false, kNone, kContinue, kVerifyNone) \
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 554 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 138 Instruction::NOP,
|
D | mir_to_lir.cc | 525 case Instruction::NOP: in CompileDalvikInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1550 (insns[insn_idx] == Instruction::NOP && (insn_idx + 1 < insns_size) && in CodeFlowVerifyMethod() 1664 case Instruction::NOP: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 175 HANDLE_INSTRUCTION_START(NOP) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 86 case Instruction::NOP: in ExecuteSwitchImpl()
|