OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Instruction31t
(Results
1 - 12
of
12
) sorted by null
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
SmalideaInstruction31t.java
34
import org.jf.dexlib2.iface.instruction.formats.
Instruction31t
;
39
public class SmalideaInstruction31t extends SmalideaInstruction implements
Instruction31t
{
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction31t.java
36
import org.jf.dexlib2.iface.instruction.formats.
Instruction31t
;
41
public class ImmutableInstruction31t extends ImmutableInstruction implements
Instruction31t
{
55
public static ImmutableInstruction31t of(
Instruction31t
instruction) {
ImmutableInstruction.java
109
return ImmutableInstruction31t.of((
Instruction31t
)instruction);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction31t.java
36
import org.jf.dexlib2.iface.instruction.formats.
Instruction31t
;
40
public class DexBackedInstruction31t extends DexBackedInstruction implements
Instruction31t
{
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction31t.java
37
public interface
Instruction31t
extends OneRegisterInstruction, OffsetInstruction {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction31t.java
38
import org.jf.dexlib2.iface.instruction.formats.
Instruction31t
;
43
public class BuilderInstruction31t extends BuilderOffsetInstruction implements
Instruction31t
{
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
PayloadAlignmentTest.java
39
import org.jf.dexlib2.iface.instruction.formats.
Instruction31t
;
110
Instruction31t
referent = (
Instruction31t
)instructions.get(0);
138
Instruction31t
referent = (
Instruction31t
)instructions.get(0);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java
42
import org.jf.dexlib2.iface.instruction.formats.
Instruction31t
;
131
if (instruction instanceof
Instruction31t
) {
137
this.codeAddress + ((
Instruction31t
)instruction).getCodeOffset());
144
this.codeAddress + ((
Instruction31t
)instruction).getCodeOffset());
151
methodDef.findPayloadOffset(this.codeAddress + ((
Instruction31t
)instruction).getCodeOffset(),
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java
49
import org.jf.dexlib2.iface.instruction.formats.
Instruction31t
;
123
((
Instruction31t
)instruction).getRegisterA(), targetOffset-codeOffset));
146
((
Instruction31t
)instruction).getRegisterA(), targetOffset-codeOffset));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java
634
(
Instruction31t
) instruction));
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java
304
public void write(@Nonnull
Instruction31t
instruction) {
DexWriter.java
[
all
...]
Completed in 220 milliseconds