Home
last modified time | relevance | path

Searched refs:OP_POP (Results 1 – 15 of 15) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java399 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 …]
DGotoCommonCodeReplacer.java231 return opcode == InstructionConstants.OP_POP || in isPop()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c239 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()
Ddecoder.int.h46 OP_POP = 25, /* No arg. */ enumerator
Ddecoder.c59 case OP_POP: in consumes_input()
796 VMCASE(OP_POP, in run_decoder_vm()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java117 public static final byte OP_POP = 87; field
DInstructionFactory.java88 case InstructionConstants.OP_POP: in create()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java699 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions()
732 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions()
DEvaluationSimplifier.java1281 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions()
1314 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions()
1342 new SimpleInstruction(InstructionConstants.OP_POP), in replaceSimpleEnumSwitchInstruction()
DEvaluationShrinker.java59 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/
DProcessor.java199 case InstructionConstants.OP_POP: in visitSimpleInstruction()
/external/protobuf/php/ext/google/protobuf/
Dupb.c6034 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 …]
Dupb.h6473 OP_POP = 25, /* No arg. */
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9785 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 …]
Dupb.h9769 OP_POP = 25, /* No arg. */