OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuilderInstruction21t
(Results
1 - 5
of
5
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction21t.java
43
public class
BuilderInstruction21t
extends BuilderOffsetInstruction implements Instruction21t {
48
public
BuilderInstruction21t
(@Nonnull Opcode opcode,
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
MethodAnalyzerTest.java
41
import org.jf.dexlib2.builder.instruction.
BuilderInstruction21t
;
69
builder.addInstruction(new
BuilderInstruction21t
(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_of")));
100
builder.addInstruction(new
BuilderInstruction21t
(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_of")));
132
builder.addInstruction(new
BuilderInstruction21t
(Opcode.IF_NEZ, 0, builder.getLabel("instance_of")));
163
builder.addInstruction(new
BuilderInstruction21t
(Opcode.IF_NEZ, 0, builder.getLabel("instance_of")));
196
builder.addInstruction(new
BuilderInstruction21t
(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_of")));
231
builder.addInstruction(new
BuilderInstruction21t
(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_of")));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java
[
all
...]
/external/smali/smali/src/main/antlr/
smaliTreeWalker.g
910
$method::methodBuilder.addInstruction(new
BuilderInstruction21t
(opcode, regA, $label_ref.label));
[
all
...]
/external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java
[
all
...]
Completed in 409 milliseconds