OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextOpcode
(Results
1 - 6
of
6
) sorted by null
/dalvik/dx/src/com/android/dx/dex/code/
Dop.java
38
private final int
nextOpcode
;
52
* @param
nextOpcode
{@code Opcodes.isValid();} what opcode (by
60
public Dop(int opcode, int family, int
nextOpcode
, InsnFormat format,
70
if (!Opcodes.isValidShape(
nextOpcode
)) {
71
throw new IllegalArgumentException("bogus
nextOpcode
");
80
this.
nextOpcode
=
nextOpcode
;
146
return
nextOpcode
;
Dops.java
[
all
...]
/dalvik/opcode-gen/
opcode-gen.awk
94
nextOp =
nextOpcode
[i];
352
# Produce the
nextOpcode
and isFirst arrays. The former indicates, for
367
nextOpcode
[i] = op;
/external/javassist/src/main/javassist/bytecode/
CodeIterator.java
184
currentPos =
nextOpcode
(bytecode, pos);
715
/* opcodeLegth is used for implementing
nextOpcode
().
735
static int
nextOpcode
(byte[] code, int index)
867
nextPos =
nextOpcode
(code, i);
[
all
...]
CodeAttribute.java
361
i2 = CodeIterator.
nextOpcode
(code, i);
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 167 milliseconds