HomeSort by relevance Sort by last modified time
    Searched refs:addInstruction (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
MutableMethodImplementationTest.java 48 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
49 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
50 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
51 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
52 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
53 builder.addInstruction(new BuilderInstruction32x(Opcode.MOVE_16, 0, 0));
73 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
74 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
75 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
76 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP))
    [all...]
FixGotoTest.java 22 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
25 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
29 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
45 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
48 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
52 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
68 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, gotoTarget));
71 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
75 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
91 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, goto16Target))
    [all...]
PayloadAlignmentTest.java 53 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
54 implBuilder.addInstruction(new BuilderArrayPayload(4, null));
70 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
71 implBuilder.addInstruction(new BuilderArrayPayload(4, null));
93 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.FILL_ARRAY_DATA, 0, label));
94 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
95 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
96 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
97 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
99 implBuilder.addInstruction(new BuilderArrayPayload(4, null))
    [all...]
FixOffsetsTest.java 56 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, firstGotoTarget));
61 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
69 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
75 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, secondGotoTarget));
82 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
91 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 393 private void addInstruction(Instruction instruction) {
418 addInstruction(instruction);
428 addInstruction(instruction);
439 addInstruction(instruction);
450 addInstruction(instruction);
461 addInstruction(instruction);
473 addInstruction(instruction);
485 addInstruction(instruction);
497 addInstruction(instruction);
507 addInstruction(instruction)
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
MethodAnalyzerTest.java 67 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1,
69 builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_of")));
70 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
73 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
98 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1,
100 builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_of")));
101 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
104 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
130 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1,
132 builder.addInstruction(new BuilderInstruction21t(Opcode.IF_NEZ, 0, builder.getLabel("instance_of")))
    [all...]
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 105 Blk->addInstruction(b.MakeLabel());
111 Blk->addInstruction(IID);
114 Blk->addInstruction(XValue);
117 Blk->addInstruction(YValue);
121 Blk->addInstruction(PtrToGSizeX);
124 Blk->addInstruction(GSizeX);
130 Blk->addInstruction(Tmp1);
133 Blk->addInstruction(PtrToGNumX);
136 Blk->addInstruction(GNumX);
139 Blk->addInstruction(OffsetY)
    [all...]
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 96 Blk->addInstruction(b.MakeLabel());
115 Blk->addInstruction(IID);
118 Blk->addInstruction(XValue);
121 Blk->addInstruction(YValue);
124 Blk->addInstruction(ZValue);
132 Blk->addInstruction(GroupSizeX);
135 Blk->addInstruction(GroupSizeY);
139 Blk->addInstruction(NumGroup);
142 Blk->addInstruction(NumGroupX);
145 Blk->addInstruction(NumGroupY)
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 351 addInstruction(new PlainInsn(Rops.GOTO, sourcePosition, null, RegisterSpecList.EMPTY),
390 addInstruction(new ThrowingInsn(Rops.THROW, sourcePosition,
402 private void addInstruction(Insn insn) {
403 addInstruction(insn, null);
410 private void addInstruction(Insn insn, Label branch) {
483 addInstruction(new PlainCstInsn(rop, sourcePosition, target.spec(),
486 addInstruction(new ThrowingCstInsn(rop, sourcePosition,
496 addInstruction(new PlainInsn(Rops.opMove(source.type.ropType),
506 addInstruction(new PlainInsn(op.rop(source.type), sourcePosition,
521 addInstruction(new PlainInsn(rop, sourcePosition, target.spec(), sources))
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.cpp 64 SPIRVBasicBlock::addInstruction(SPIRVInstruction *I) {
SPIRVModule.cpp 269 virtual SPIRVInstruction *addInstruction(SPIRVInstruction *Inst,
    [all...]
SPIRVBasicBlock.h 81 SPIRVInstruction *addInstruction(SPIRVInstruction *I);
SPIRVFunction.cpp 153 BB->addInstruction(Inst);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 82 void addInstruction(uint8_t Opcode) {
86 void addInstruction(uint8_t Opcode, uint64_t Operand1) {
91 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) {
118 addInstruction(Primary, Op1);
121 addInstruction(Primary, Op1, Data.getULEB128(Offset));
133 addInstruction(Opcode);
137 addInstruction(Opcode, Data.getAddress(Offset));
141 addInstruction(Opcode, Data.getU8(Offset));
145 addInstruction(Opcode, Data.getU16(Offset));
149 addInstruction(Opcode, Data.getU32(Offset))
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodImplementationBuilder.java 149 public void addInstruction(@Nullable BuilderInstruction instruction) {
150 impl.addInstruction(instruction);
MutableMethodImplementation.java 203 public void addInstruction(int index, BuilderInstruction instruction) {
212 addInstruction(instruction);
237 public void addInstruction(@Nonnull BuilderInstruction instruction) {
458 addInstruction(location.index, new BuilderInstruction10x(Opcode.NOP));
    [all...]
  /external/smali/smali/src/main/antlr/
smaliTreeWalker.g 766 $method::methodBuilder.addInstruction(new BuilderInstruction10t(opcode, $label_ref.label));
774 $method::methodBuilder.addInstruction(new BuilderInstruction10x(opcode));
787 $method::methodBuilder.addInstruction(new BuilderInstruction11n(opcode, regA, litB));
797 $method::methodBuilder.addInstruction(new BuilderInstruction11x(opcode, regA));
808 $method::methodBuilder.addInstruction(new BuilderInstruction12x(opcode, regA, regB));
820 $method::methodBuilder.addInstruction(new BuilderInstruction20bc(opcode, verificationError,
829 $method::methodBuilder.addInstruction(new BuilderInstruction20t(opcode, $label_ref.label));
841 $method::methodBuilder.addInstruction(new BuilderInstruction21c(opcode, regA,
852 $method::methodBuilder.addInstruction(new BuilderInstruction21c(opcode, regA,
863 $method::methodBuilder.addInstruction(new BuilderInstruction21c(opcode, regA
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 107 buildPoint->addInstruction(std::unique_ptr<Instruction>(line));
1033 buildPoint->addInstruction(std::unique_ptr<Instruction>(inst));
1035 buildPoint->addInstruction(std::unique_ptr<Instruction>(new Instruction(NoResult, NoType, OpReturn)));
    [all...]
spvIR.h 177 void addInstruction(std::unique_ptr<Instruction> inst);
399 __inline void Block::addInstruction(std::unique_ptr<Instruction> inst)
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 69 methodBuilder.addInstruction(new BuilderInstruction21c(Opcode.CONST_STRING, 0,
72 methodBuilder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterPressure.h 220 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
RegisterPressure.h 224 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
RegisterPressure.h 224 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
RegisterPressure.h 224 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,

Completed in 554 milliseconds

1 2 3 4