OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subroutines
(Results
26 - 50
of
444
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/preverify/
SubroutineInliner.java
29
* This class can inline
subroutines
in methods. This is generally useful (i.e.
56
// Inline all
subroutines
.
/external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java
30
* Discovers the
subroutines
in a method, and tracks all callers.
36
private Subroutine[]
subroutines
;
field in class:SubroutineScanner
45
subroutines
= new Subroutine[code.getCodeLength()];
56
scan(handler, iter,
subroutines
[exceptions.startPc(i)]);
59
return
subroutines
;
82
subroutines
[pos] = sub;
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java
68
private Subroutine[]
subroutines
;
field in class:Analyzer
109
subroutines
= new Subroutine[n];
146
if (
subroutines
[i] != null &&
subroutines
[i].start == null) {
147
subroutines
[i] = null;
175
Subroutine subroutine =
subroutines
[insn];
241
subroutines
[call],
307
if (
subroutines
[insn] != null) {
310
subroutines
[insn] = sub.copy();
453
Subroutine oldSubroutine =
subroutines
[insn];
[
all
...]
/external/ImageMagick/PerlMagick/t/fpx/
read.t
13
require 't/
subroutines
.pl';
write.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/openjp2/
read.t
12
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/png/
read.t
13
require 't/
subroutines
.pl';
write-16.t
13
require 't/
subroutines
.pl';
write.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/ttf/
read.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/x11/
write.t
13
require 't/
subroutines
.pl';
read.t
13
require 't/
subroutines
.pl';
/dalvik/dx/src/com/android/dx/cf/code/
Ropper.java
134
* {@code non-null;} list of
subroutines
indexed by label of start
136
private final Subroutine[]
subroutines
;
field in class:Ropper
138
/** true if {@code
subroutines
} is non-empty */
219
* Keeps track of
subroutines
that exist in java form and are inlined in
383
this.
subroutines
= new Subroutine[maxLabel];
582
* @param
subroutines
{@code non-null;} subroutine label list
585
private void addBlock(BasicBlock block, IntList
subroutines
) {
591
subroutines
.throwIfMutable();
592
resultSubroutines.add(
subroutines
);
601
* @param
subroutines
{@code non-null;} subroutine label lis
[
all
...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm
37
=head1
SUBROUTINES
/METHODS
40
These normally consist of either
subroutines
that may be exported, or methods
/external/mesa3d/src/gallium/drivers/radeon/
AMDGPURegisterInfo.cpp
41
assert(!"
Subroutines
not supported yet");
45
assert(!"
Subroutines
not supported yet");
/toolchain/binutils/binutils-2.25/libiberty/
README
2
It is a collection of
subroutines
used by various GNU programs.
11
We expect many of the GNU
subroutines
that are floating around to
/external/ImageMagick/PerlMagick/t/jng/
read.t
12
require 't/
subroutines
.pl';
write.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/ps/
read.t
13
require 't/
subroutines
.pl';
/external/bison/src/
closure.h
0
/*
Subroutines
for bison
/external/icu/icu4c/source/test/intltest/
rbbiapts.h
93
*Internal
subroutines
/external/llvm/test/DebugInfo/Generic/Inputs/
gmlt.ll
12
;
subroutines
.
20
; Omitting the subprograms without inlined
subroutines
is not possible
22
; (which happens with this optimization if there are no inlined
subroutines
).
73
; inlined
subroutines
are omitted by design to save space)
/external/llvm/test/DebugInfo/Inputs/
gmlt.ll
12
;
subroutines
.
20
; Omitting the subprograms without inlined
subroutines
is not possible
22
; (which happens with this optimization if there are no inlined
subroutines
).
73
; inlined
subroutines
are omitted by design to save space)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-pretty-print.h
2
subroutines
that are only for use in the compilers proper and not
/external/ImageMagick/PerlMagick/t/
getattribute.t
23
require 't/
subroutines
.pl';
Completed in 383 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>