OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:code
(Results
176 - 200
of
1048
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form31i.java
17
package com.android.dexgen.dex.
code
.form;
19
import com.android.dexgen.dex.
code
.CstInsn;
20
import com.android.dexgen.dex.
code
.DalvInsn;
21
import com.android.dexgen.dex.
code
.InsnFormat;
22
import com.android.dexgen.rop.
code
.RegisterSpecList;
28
* Instruction format {@
code
31i}. See the instruction format spec
32
/** {@
code
non-null;} unique instance of this class */
Form31t.java
17
package com.android.dexgen.dex.
code
.form;
19
import com.android.dexgen.dex.
code
.DalvInsn;
20
import com.android.dexgen.dex.
code
.InsnFormat;
21
import com.android.dexgen.dex.
code
.TargetInsn;
22
import com.android.dexgen.rop.
code
.RegisterSpecList;
26
* Instruction format {@
code
31t}. See the instruction format spec
30
/** {@
code
non-null;} unique instance of this class */
Form51l.java
17
package com.android.dexgen.dex.
code
.form;
19
import com.android.dexgen.dex.
code
.CstInsn;
20
import com.android.dexgen.dex.
code
.DalvInsn;
21
import com.android.dexgen.dex.
code
.InsnFormat;
22
import com.android.dexgen.rop.
code
.RegisterSpecList;
29
* Instruction format {@
code
51l}. See the instruction format spec
33
/** {@
code
non-null;} unique instance of this class */
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DexTranslationAdvice.java
17
package com.android.dexgen.rop.
code
;
28
/** {@
code
non-null;} standard instance of this class */
101
* @param sources {@
code
non-null;} list of SSA registers
102
* @return {@
code
>= 0;} rop-form width in register units
FillArrayDataInsn.java
17
package com.android.dexgen.rop.
code
;
45
* @param opcode {@
code
non-null;} the opcode
46
* @param position {@
code
non-null;} source position
47
* @param sources {@
code
non-null;} specs for all the sources
48
* @param initValues {@
code
non-null;} list of initial values to fill the array
49
* @param cst {@
code
non-null;} type of the new array
74
* @return {@
code
non-null;} list of init values
82
* @return {@
code
non-null;} array type
InsnList.java
17
package com.android.dexgen.rop.
code
;
27
* Constructs an instance. All indices initially contain {@
code
null}.
38
* do that, this will throw {@
code
NullPointerException}.
40
* @param n {@
code
>= 0, < size();} which index
41
* @return {@
code
non-null;} element at that index
50
* @param n {@
code
>= 0, < size();} which index
51
* @param insn {@
code
non-null;} the instruction to set at {@
code
n}
59
* {@
code
get(size() - 1)}.
61
* @return {@
code
non-null;} the last instructio
[
all
...]
LocalItem.java
17
package com.android.dexgen.rop.
code
;
25
/** {@
code
null-ok;} local variable name */
28
/** {@
code
null-ok;} local variable signature */
36
* @param name {@
code
null-ok;} local variable name
37
* @param signature {@
code
null-ok;} local variable signature
38
* @return {@
code
non-null;} appropriate instance.
51
* @param name {@
code
null-ok;} local variable name
52
* @param signature {@
code
null-ok;} local variable signature
129
* @return {@
code
null-ok;} name
138
* @return {@
code
null-ok;} signatur
[
all
...]
SwitchInsn.java
17
package com.android.dexgen.rop.
code
;
29
/** {@
code
non-null;} list of switch cases */
35
* @param opcode {@
code
non-null;} the opcode
36
* @param position {@
code
non-null;} source position
37
* @param result {@
code
null-ok;} spec for the result, if any
38
* @param sources {@
code
non-null;} specs for all the sources
39
* @param cases {@
code
non-null;} list of switch cases
93
* never encounters {@
code
SwitchInsn}s
114
* @return {@
code
non-null;} the case list
ThrowingInsn.java
17
package com.android.dexgen.rop.
code
;
23
* Instruction which possibly throws. The {@
code
successors} list in the
30
/** {@
code
non-null;} list of exceptions caught */
37
* @param catches {@
code
non-null;} the catches list
38
* @return {@
code
non-null;} the string form
57
* @param opcode {@
code
non-null;} the opcode
58
* @param position {@
code
non-null;} source position
59
* @param sources {@
code
non-null;} specs for all the sources
60
* @param catches {@
code
non-null;} list of exceptions caught
/dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java
19
import com.android.dx.cf.
code
.ByteCatchList;
20
import com.android.dx.cf.
code
.BytecodeArray;
25
* Attribute class for standard {@
code
Code
} attributes.
28
/** {@
code
non-null;} attribute name for attributes of this type */
29
public static final String ATTRIBUTE_NAME = "
Code
";
31
/** {@
code
>= 0;} the stack size */
34
/** {@
code
>= 0;} the number of locals */
37
/** {@
code
non-null;} array containing the bytecode per se */
38
private final BytecodeArray
code
;
field in class:AttCode
[
all
...]
/dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java
17
package com.android.dx.cf.
code
;
27
/** {@
code
>= 0;} label for this block */
30
/** {@
code
>= 0;} bytecode offset (inclusive) of the start of the block */
33
/** {@
code
> start;} bytecode offset (exclusive) of the end of the block */
36
/** {@
code
non-null;} list of successors that this block may branch to */
39
/** {@
code
non-null;} list of exceptions caught and their handler targets */
45
* @param label {@
code
>= 0;} target label for this block
46
* @param start {@
code
>= 0;} bytecode offset (inclusive) of the start
48
* @param end {@
code
> start;} bytecode offset (exclusive) of the end
50
* @param successors {@
code
non-null;} list of successors that this block ma
[
all
...]
LocalsArray.java
17
package com.android.dx.cf.
code
;
20
import com.android.dx.rop.
code
.RegisterSpec;
38
* @param mutable {@
code
true} if this instance is mutable
47
* @return {@
code
non-null;} the copy
55
* @param ex {@
code
non-null;} the exception to annotate
63
* @param type {@
code
non-null;} type to replace
82
* @param idx {@
code
>= 0, < getMaxLocals();} which local
83
* @param type {@
code
non-null;} new type for the local at {@
code
idx}
91
* {@
code
set(spec.getReg(), spec)}
[
all
...]
Machine.java
17
package com.android.dx.cf.
code
;
19
import com.android.dx.rop.
code
.LocalItem;
35
* {@
code
this} argument for instance methods.
37
* @return {@
code
non-null;} the method prototype
51
* @param frame {@
code
non-null;} frame to operate on
52
* @param count {@
code
>= 0;} number of values to pop
58
* {@
code
Prototype} (popped in reverse of the argument
64
* @param frame {@
code
non-null;} frame to operate on
65
* @param prototype {@
code
non-null;} prototype indicating arguments to pop
74
* @param frame {@
code
non-null;} frame to operate o
[
all
...]
ReturnAddress.java
17
package com.android.dx.cf.
code
;
31
/** {@
code
>= 0;} the start address of the subroutine being returned from */
37
* @param subroutineAddress {@
code
>= 0;} the start address of the
103
* @return {@
code
>= 0;} the subroutine address
ValueAwareMachine.java
17
package com.android.dx.cf.
code
;
33
* @param prototype {@
code
non-null;} the prototype for the associated
/dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java
17
package com.android.dx.dex.
code
;
19
import com.android.dx.rop.
code
.BasicBlock;
20
import com.android.dx.rop.
code
.BasicBlockList;
21
import com.android.dx.rop.
code
.Insn;
22
import com.android.dx.rop.
code
.RopMethod;
23
import com.android.dx.rop.
code
.SourcePosition;
31
/** {@
code
non-null;} array containing addresses for the start of each basic
35
/** {@
code
non-null;} array containing addresses for the final instruction
39
/** {@
code
non-null;} array containing addresses for the end (just past the
47
* @param method {@
code
non-null;} the method to have block addresses fo
[
all
...]
Dop.java
17
package com.android.dx.dex.
code
;
26
/** {@
code
Opcodes.isValid();} the opcode value itself */
29
/** {@
code
Opcodes.isValid();} the opcode family */
33
* {@
code
Opcodes.isValid();} what opcode (by number) to try next
35
* {@
code
Opcodes.NO_NEXT} to indicate that this is the last
40
/** {@
code
non-null;} the instruction format */
49
* @param opcode {@
code
Opcodes.isValid();} the opcode value
51
* @param family {@
code
Opcodes.isValid();} the opcode family
52
* @param nextOpcode {@
code
Opcodes.isValid();} what opcode (by
54
* particular arguments; {@
code
Opcodes.NO_NEXT} to indicate tha
[
all
...]
LocalSnapshot.java
17
package com.android.dx.dex.
code
;
19
import com.android.dx.rop.
code
.RegisterSpec;
20
import com.android.dx.rop.
code
.RegisterSpecList;
21
import com.android.dx.rop.
code
.RegisterSpecSet;
22
import com.android.dx.rop.
code
.SourcePosition;
31
/** {@
code
non-null;} local state associated with this instance */
36
* unknown ({@
code
-1}).
38
* @param position {@
code
non-null;} source position
39
* @param locals {@
code
non-null;} associated local variable state
66
* @return {@
code
non-null;} the stat
[
all
...]
OutputCollector.java
17
package com.android.dx.dex.
code
;
32
* {@
code
non-null;} the associated finisher (which holds the instruction
38
* {@
code
null-ok;} suffix for the output, or {@
code
null} if the suffix
46
* @param dexOptions {@
code
non-null;} options for dex output
47
* @param initialCapacity {@
code
>= 0;} initial capacity of the output list
48
* @param suffixInitialCapacity {@
code
>= 0;} initial capacity of the output
50
* @param regCount {@
code
>= 0;} register count for the method
62
* @param insn {@
code
non-null;} the instruction to add
74
* {@
code
0} is the most recently added instruction
[
all
...]
TargetInsn.java
17
package com.android.dx.dex.
code
;
19
import com.android.dx.rop.
code
.RegisterSpecList;
20
import com.android.dx.rop.
code
.SourcePosition;
26
/** {@
code
non-null;} the branch target */
31
* unknown ({@
code
-1}), and the target is initially
32
* {@
code
null}.
35
* @param position {@
code
non-null;} source position
36
* @param registers {@
code
non-null;} register list, including a
39
* @param target {@
code
non-null;} the branch target
67
* {@
code
lt} test becomes a {@code ge}), and its branc
[
all
...]
/dalvik/dx/src/com/android/dx/dex/code/form/
Form10t.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.DalvInsn;
20
import com.android.dx.dex.
code
.InsnFormat;
21
import com.android.dx.dex.
code
.TargetInsn;
25
* Instruction format {@
code
10t}. See the instruction format spec
29
/** {@
code
non-null;} unique instance of this class */
Form11x.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.DalvInsn;
20
import com.android.dx.dex.
code
.InsnFormat;
21
import com.android.dx.dex.
code
.SimpleInsn;
22
import com.android.dx.rop.
code
.RegisterSpecList;
27
* Instruction format {@
code
11x}. See the instruction format spec
31
/** {@
code
non-null;} unique instance of this class */
Form20t.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.DalvInsn;
20
import com.android.dx.dex.
code
.InsnFormat;
21
import com.android.dx.dex.
code
.TargetInsn;
25
* Instruction format {@
code
20t}. See the instruction format spec
29
/** {@
code
non-null;} unique instance of this class */
Form21t.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.DalvInsn;
20
import com.android.dx.dex.
code
.InsnFormat;
21
import com.android.dx.dex.
code
.TargetInsn;
22
import com.android.dx.rop.
code
.RegisterSpecList;
27
* Instruction format {@
code
21t}. See the instruction format spec
31
/** {@
code
non-null;} unique instance of this class */
Form22c.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpecList;
30
* Instruction format {@
code
22c}. See the instruction format spec
34
/** {@
code
non-null;} unique instance of this class */
Completed in 468 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>