OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:instruction
(Results
51 - 75
of
327
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction35ms.java
32
package org.jf.dexlib2.iface.
instruction
.formats;
34
import org.jf.dexlib2.iface.
instruction
.FiveRegisterInstruction;
35
import org.jf.dexlib2.iface.
instruction
.VtableIndexInstruction;
Instruction3rc.java
32
package org.jf.dexlib2.iface.
instruction
.formats;
34
import org.jf.dexlib2.iface.
instruction
.ReferenceInstruction;
35
import org.jf.dexlib2.iface.
instruction
.RegisterRangeInstruction;
Instruction3rmi.java
32
package org.jf.dexlib2.iface.
instruction
.formats;
34
import org.jf.dexlib2.iface.
instruction
.InlineIndexInstruction;
35
import org.jf.dexlib2.iface.
instruction
.RegisterRangeInstruction;
Instruction3rms.java
32
package org.jf.dexlib2.iface.
instruction
.formats;
34
import org.jf.dexlib2.iface.
instruction
.RegisterRangeInstruction;
35
import org.jf.dexlib2.iface.
instruction
.VtableIndexInstruction;
Instruction51l.java
32
package org.jf.dexlib2.iface.
instruction
.formats;
34
import org.jf.dexlib2.iface.
instruction
.OneRegisterInstruction;
35
import org.jf.dexlib2.iface.
instruction
.WideLiteralInstruction;
PackedSwitchPayload.java
32
package org.jf.dexlib2.iface.
instruction
.formats;
34
import org.jf.dexlib2.iface.
instruction
.SwitchPayload;
SparseSwitchPayload.java
32
package org.jf.dexlib2.iface.
instruction
.formats;
34
import org.jf.dexlib2.iface.
instruction
.SwitchPayload;
/external/proguard/src/proguard/classfile/instruction/
SwitchInstruction.java
21
package proguard.classfile.
instruction
;
24
* This
Instruction
represents a simple
instruction
without variable arguments
29
public abstract class SwitchInstruction extends
Instruction
55
* Copies the given
instruction
into this
instruction
.
56
* @param switchInstruction the
instruction
to be copied.
57
* @return this
instruction
.
69
// Implementations for
Instruction
.
/external/proguard/src/proguard/classfile/instruction/visitor/
AllInstructionVisitor.java
21
package proguard.classfile.
instruction
.visitor;
29
* This AttributeVisitor lets a given InstructionVisitor visit all
Instruction
InstructionConstantVisitor.java
21
package proguard.classfile.
instruction
.visitor;
27
import proguard.classfile.
instruction
.*;
28
import proguard.classfile.
instruction
.visitor.InstructionVisitor;
57
public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset,
Instruction
instruction
) {}
InstructionCounter.java
21
package proguard.classfile.
instruction
.visitor;
25
import proguard.classfile.
instruction
.
Instruction
;
55
Instruction
instruction
)
/external/proguard/src/proguard/optimize/info/
ExceptionInstructionChecker.java
27
import proguard.classfile.
instruction
.*;
28
import proguard.classfile.
instruction
.visitor.InstructionVisitor;
33
* This class can tell whether an
instruction
might throw exceptions.
48
* Returns whether the given
instruction
may throw exceptions.
50
public boolean mayThrowExceptions(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset,
Instruction
instruction
)
54
instruction
.accept(clazz, method, codeAttribute, offset, this);
62
public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset,
Instruction
instruction
) {}
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction10t.java
32
package org.jf.dexlib2.builder.
instruction
;
38
import org.jf.dexlib2.iface.
instruction
.formats.Instruction10t;
BuilderInstruction10x.java
32
package org.jf.dexlib2.builder.
instruction
;
37
import org.jf.dexlib2.iface.
instruction
.formats.Instruction10x;
BuilderInstruction11x.java
32
package org.jf.dexlib2.builder.
instruction
;
37
import org.jf.dexlib2.iface.
instruction
.formats.Instruction11x;
BuilderInstruction20t.java
32
package org.jf.dexlib2.builder.
instruction
;
38
import org.jf.dexlib2.iface.
instruction
.formats.Instruction20t;
BuilderInstruction30t.java
32
package org.jf.dexlib2.builder.
instruction
;
38
import org.jf.dexlib2.iface.
instruction
.formats.Instruction30t;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction10t.java
32
package org.jf.dexlib2.dexbacked.
instruction
;
36
import org.jf.dexlib2.iface.
instruction
.formats.Instruction10t;
DexBackedInstruction11n.java
32
package org.jf.dexlib2.dexbacked.
instruction
;
36
import org.jf.dexlib2.iface.
instruction
.formats.Instruction11n;
DexBackedInstruction11x.java
32
package org.jf.dexlib2.dexbacked.
instruction
;
36
import org.jf.dexlib2.iface.
instruction
.formats.Instruction11x;
DexBackedInstruction12x.java
32
package org.jf.dexlib2.dexbacked.
instruction
;
36
import org.jf.dexlib2.iface.
instruction
.formats.Instruction12x;
DexBackedInstruction20t.java
32
package org.jf.dexlib2.dexbacked.
instruction
;
36
import org.jf.dexlib2.iface.
instruction
.formats.Instruction20t;
DexBackedInstruction21c.java
32
package org.jf.dexlib2.dexbacked.
instruction
;
37
import org.jf.dexlib2.iface.
instruction
.formats.Instruction21c;
DexBackedInstruction21lh.java
32
package org.jf.dexlib2.dexbacked.
instruction
;
36
import org.jf.dexlib2.iface.
instruction
.formats.Instruction21lh;
DexBackedInstruction21s.java
32
package org.jf.dexlib2.dexbacked.
instruction
;
36
import org.jf.dexlib2.iface.
instruction
.formats.Instruction21s;
Completed in 433 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>