OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subroutine
(Results
1 - 14
of
14
) sorted by null
/external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java
90
private
Subroutine
[] subroutines;
174
Subroutine
subroutine
= subroutines[pos];
local
177
executor.execute(method, pos, iter, frame,
subroutine
);
189
mergeRet(queue, iter, pos, frame,
subroutine
);
306
private void mergeJsr(IntQueue queue, Frame frame,
Subroutine
sub, int pos, int next) throws BadBytecode {
308
throw new BadBytecode("No
subroutine
at jsr target! [pos = " + pos + "]");
318
// Skip everything accessed by a
subroutine
, mergeRet must handle this
361
private void mergeRet(IntQueue queue, CodeIterator iter, int pos, Frame frame,
Subroutine
subroutine
) throws BadBytecode
[
all
...]
Executor.java
55
* Execute the instruction, modeling the effects on the specified frame and
subroutine
.
56
* If a
subroutine
is passed, the access flags will be modified if this instruction accesses
63
* @param
subroutine
the optional
subroutine
this instruction belongs to.
66
public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame,
Subroutine
subroutine
) throws BadBytecode {
114
evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame,
subroutine
);
117
evalLoad(Type.LONG, iter.byteAt(pos + 1), frame,
subroutine
);
120
evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame,
subroutine
);
123
evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame,
subroutine
);
[
all
...]
/dalvik/dx/src/com/android/dx/cf/code/
Ropper.java
111
* {@code non-null;} list of
subroutine
-nest labels
132
private final
Subroutine
[] subroutines;
141
private class
Subroutine
{
142
/** list of all blocks that jsr to this
subroutine
*/
144
/** List of all blocks that return from this
subroutine
*/
146
/** first block in this
subroutine
*/
152
* @param startBlock First block of the
subroutine
.
154
Subroutine
(int startBlock) {
164
* @param startBlock First block of the
subroutine
.
166
*
subroutine
1459
Subroutine
subroutine
;
local
1587
Subroutine
subroutine
=
subroutine
s[i];
local
[
all
...]
/prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar
asm-debug-all-4.0.jar
/prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/misc/common/ecj/
ecj.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 87 milliseconds