OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuilderInstruction12x
(Results
1 - 6
of
6
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction12x.java
42
public class
BuilderInstruction12x
extends BuilderInstruction implements Instruction12x {
48
public
BuilderInstruction12x
(@Nonnull Opcode opcode,
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
PayloadAlignmentTest.java
70
implBuilder.addInstruction(new
BuilderInstruction12x
(Opcode.MOVE, 0, 0));
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));
120
implBuilder.addInstruction(new
BuilderInstruction12x
(Opcode.MOVE, 0, 0));
121
implBuilder.addInstruction(new
BuilderInstruction12x
(Opcode.MOVE, 0, 0));
122
implBuilder.addInstruction(new
BuilderInstruction12x
(Opcode.MOVE, 0, 0));
123
implBuilder.addInstruction(new
BuilderInstruction12x
(Opcode.MOVE, 0, 0));
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
MethodAnalyzerTest.java
40
import org.jf.dexlib2.builder.instruction.
BuilderInstruction12x
;
193
builder.addInstruction(new
BuilderInstruction12x
(Opcode.MOVE_OBJECT, 1, 2));
228
builder.addInstruction(new
BuilderInstruction12x
(Opcode.MOVE_OBJECT, 1, 2));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java
706
private
BuilderInstruction12x
newBuilderInstruction12x(@Nonnull Instruction12x instruction) {
707
return new
BuilderInstruction12x
(
[
all
...]
/external/smali/smali/src/main/antlr/
smaliTreeWalker.g
808
$method::methodBuilder.addInstruction(new
BuilderInstruction12x
(opcode, regA, regB));
[
all
...]
/external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java
[
all
...]
Completed in 699 milliseconds