/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 399 new SimpleInstruction(InstructionConstants.OP_POP), 415 new SimpleInstruction(InstructionConstants.OP_POP), 431 new SimpleInstruction(InstructionConstants.OP_POP), 481 new SimpleInstruction(InstructionConstants.OP_POP), 499 new SimpleInstruction(InstructionConstants.OP_POP), 517 new SimpleInstruction(InstructionConstants.OP_POP), 947 new SimpleInstruction(InstructionConstants.OP_POP), 1737 new SimpleInstruction(InstructionConstants.OP_POP), 2020 new SimpleInstruction(InstructionConstants.OP_POP), 2046 new SimpleInstruction(InstructionConstants.OP_POP), [all …]
|
D | GotoCommonCodeReplacer.java | 231 return opcode == InstructionConstants.OP_POP || in isPop()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 239 case OP_POP: in putop() 363 case OP_POP: in dumpbc() 579 putop(c, OP_POP); in generate_msgfield() 588 putop(c, OP_POP); in generate_msgfield() 597 putop(c, OP_POP); in generate_msgfield() 623 putop(c, OP_POP); in generate_delimfield() 629 putop(c, OP_POP); in generate_delimfield() 639 putop(c, OP_POP); in generate_delimfield() 687 putop(c, OP_POP); /* Packed and non-packed join. */ in generate_primitivefield()
|
D | decoder.int.h | 46 OP_POP = 25, /* No arg. */ enumerator
|
D | decoder.c | 59 case OP_POP: in consumes_input() 796 VMCASE(OP_POP, in run_decoder_vm()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 117 public static final byte OP_POP = 87; field
|
D | InstructionFactory.java | 88 case InstructionConstants.OP_POP: in create()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseSimplifier.java | 699 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions() 732 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions()
|
D | EvaluationSimplifier.java | 1281 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions() 1314 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions() 1342 new SimpleInstruction(InstructionConstants.OP_POP), in replaceSimpleEnumSwitchInstruction()
|
D | EvaluationShrinker.java | 59 private static final int POP = InstructionConstants.OP_POP & 0xff; 1759 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions() 1790 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions() 1936 return instruction.opcode == InstructionConstants.OP_POP || in isPop()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 199 case InstructionConstants.OP_POP: in visitSimpleInstruction()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6034 case OP_POP: in putop() 6158 case OP_POP: in dumpbc() 6374 putop(c, OP_POP); in generate_msgfield() 6383 putop(c, OP_POP); in generate_msgfield() 6392 putop(c, OP_POP); in generate_msgfield() 6418 putop(c, OP_POP); in generate_delimfield() 6424 putop(c, OP_POP); in generate_delimfield() 6434 putop(c, OP_POP); in generate_delimfield() 6482 putop(c, OP_POP); /* Packed and non-packed join. */ in generate_primitivefield() 6781 case OP_POP: in consumes_input() [all …]
|
D | upb.h | 6473 OP_POP = 25, /* No arg. */
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9785 case OP_POP: in putop() 9909 case OP_POP: in dumpbc() 10125 putop(c, OP_POP); in generate_msgfield() 10134 putop(c, OP_POP); in generate_msgfield() 10143 putop(c, OP_POP); in generate_msgfield() 10169 putop(c, OP_POP); in generate_delimfield() 10175 putop(c, OP_POP); in generate_delimfield() 10185 putop(c, OP_POP); in generate_delimfield() 10233 putop(c, OP_POP); /* Packed and non-packed join. */ in generate_primitivefield() 10548 case OP_POP: in consumes_input() [all …]
|
D | upb.h | 9769 OP_POP = 25, /* No arg. */
|