OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insnlist
(Results
1 - 25
of
89
) sorted by null
1
2
3
4
/dalvik/dexgen/src/com/android/dexgen/rop/code/
InsnList.java
24
public final class
InsnList
31
public
InsnList
(int size) {
81
* Compares the contents of this {@code
InsnList
} with another.
88
public boolean contentEquals(
InsnList
b) {
113
public
InsnList
withRegisterOffset(int delta) {
115
InsnList
result = new
InsnList
(sz);
BasicBlock.java
32
private final
InsnList
insns;
59
public BasicBlock(int label,
InsnList
insns, IntList successors,
151
public
InsnList
getInsns() {
BasicBlockList.java
134
InsnList
insns = one.getInsns();
179
InsnList
insns = one.getInsns();
/dalvik/dx/src/com/android/dx/rop/code/
InsnList.java
24
public final class
InsnList
31
public
InsnList
(int size) {
81
* Compares the contents of this {@code
InsnList
} with another.
88
public boolean contentEquals(
InsnList
b) {
113
public
InsnList
withRegisterOffset(int delta) {
115
InsnList
result = new
InsnList
(sz);
BasicBlock.java
32
private final
InsnList
insns;
59
public BasicBlock(int label,
InsnList
insns, IntList successors,
151
public
InsnList
getInsns() {
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
InsnList.java
24
public final class
InsnList
31
public
InsnList
(int size) {
81
* Compares the contents of this {@code
InsnList
} with another.
88
public boolean contentEquals(
InsnList
b) {
113
public
InsnList
withRegisterOffset(int delta) {
115
InsnList
result = new
InsnList
(sz);
BasicBlock.java
32
private final
InsnList
insns;
59
public BasicBlock(int label,
InsnList
insns, IntList successors,
151
public
InsnList
getInsns() {
/external/dexmaker/src/main/java/com/google/dexmaker/
Label.java
21
import com.android.dx.rop.code.
InsnList
;
70
InsnList
result = new
InsnList
(instructions.size());
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
InsnList.java
41
public class
InsnList
{
47
* {@link #insert(AbstractInsnNode,
InsnList
)}, {@link #remove remove} and
216
* {@link
InsnList
}</i>.
244
insn.index = 0; // insn now belongs to an
InsnList
246
location.index = -1; // i no longer belongs to an
InsnList
255
* {@link
InsnList
}</i>.
273
insn.index = 0; // insn now belongs to an
InsnList
283
public void add(final
InsnList
insns) {
308
* {@link
InsnList
}</i>.
326
insn.index = 0; // insn now belongs to an
InsnList
[
all
...]
AbstractInsnNode.java
39
* at most once in at most one {@link
InsnList
} at a time</i>.
137
* this field is correct only when {@link
InsnList
#cache} is not null. A
139
* {@link
InsnList
}.
204
* belong to any {@link
InsnList
}.
/external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar
/prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/
asm-tree-3.3.jar
/prebuilts/devtools/tools/lib/
asm-tree-4.0.jar
/prebuilts/sdk/tools/lib/
asm-tree-4.0.jar
/prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar
/dalvik/dx/src/com/android/dx/cf/code/
Ropper.java
24
import com.android.dx.rop.code.
InsnList
;
[
all
...]
/dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java
21
import com.android.dx.rop.code.
InsnList
;
336
private
InsnList
convertInsns(ArrayList<SsaInsn> ssaInsns) {
338
InsnList
result = new
InsnList
(insnCount);
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java
21
import com.android.dx.rop.code.
InsnList
;
337
private
InsnList
convertInsns(ArrayList<SsaInsn> ssaInsns) {
339
InsnList
result = new
InsnList
(insnCount);
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar
/dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java
36
import com.android.dx.rop.code.
InsnList
;
317
InsnList
il = bb.getInsns();
Completed in 712 milliseconds
1
2
3
4