OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inlining
(Results
226 - 250
of
731
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/test/mjsunit/compiler/
inline-arguments.js
208
// Test
inlining
and deoptimization of functions accessing and modifying
/external/clang/include/clang/Analysis/Support/
BumpVector.h
213
// Define this out-of-line to dissuade the C++ compiler from
inlining
it.
/external/clang/test/Analysis/
dtor.cpp
1
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-
inlining
=destructors -Wno-null-dereference -verify %s
/external/llvm/test/Transforms/LoopVectorize/X86/
parallel-loops.ll
59
; This store might have originated from
inlining
a function with a parallel
/external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java
190
clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"],
inlining
"+constantInstruction.toString(offset));
Optimizer.java
60
private static final String METHOD_INLINING_SHORT = "method/
inlining
/short";
61
private static final String METHOD_INLINING_UNIQUE = "method/
inlining
/unique";
62
private static final String METHOD_INLINING_TAILRECURSION = "method/
inlining
/tailrecursion";
[
all
...]
/external/v8/src/
list-inl.h
64
// Use two layers of
inlining
so that the non-inlined function can
/external/valgrind/main/cachegrind/
cg_sim.c
96
/* bigger than its usual limit.
Inlining
gains around 5--10% speedup. */ \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algobase.h
29
*
Inlining
policy: Functions that basically only contain one
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algobase.h
29
*
Inlining
policy: Functions that basically only contain one
/external/llvm/docs/
ExceptionHandling.rst
28
providing outlying data in the form of exception tables without
inlining
235
such ``landingpad`` instructions due to
inlining
creating nested exception
249
In order for
inlining
to behave correctly, landing pads must be prepared to
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h
433
strict ANSI mode.
Inlining
is done even when not optimizing (ie. -O0
445
ANSI mode (__STDC__ is 1 in that mode).
Inlining
only actually takes
465
/* Don't do any
inlining
within a configure run, since if the compiler ends
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h
433
strict ANSI mode.
Inlining
is done even when not optimizing (ie. -O0
445
ANSI mode (__STDC__ is 1 in that mode).
Inlining
only actually takes
465
/* Don't do any
inlining
within a configure run, since if the compiler ends
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h
433
strict ANSI mode.
Inlining
is done even when not optimizing (ie. -O0
445
ANSI mode (__STDC__ is 1 in that mode).
Inlining
only actually takes
465
/* Don't do any
inlining
within a configure run, since if the compiler ends
[
all
...]
/dalvik/vm/
InlineNative.cpp
85
* It's best to avoid
inlining
the overridden version of a method. For
841
* Check that the method is appropriate for
inlining
.
864
* Currently assuming that we're only
inlining
stuff loaded by the
/art/runtime/
scoped_thread_state_change.h
142
// Here purely to force
inlining
.
/art/test/023-many-interfaces/src/
ManyInterfaces.java
29
After de-
inlining
invoke-interface:
/dalvik/tests/023-many-interfaces/src/
ManyInterfaces.java
15
After de-
inlining
invoke-interface:
/dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c
7
#define __attribute(x) /* disable
inlining
*/
/dalvik/vm/compiler/
InlineTransformation.cpp
324
/* Disable
inlining
when doing method tracing */
/dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp
339
* nop. Otherwise, return INVALID_SREG. Used to optimize method
inlining
.
/dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp
345
* nop. Otherwise, return INVALID_SREG. Used to optimize method
inlining
.
/external/chromium_org/chrome/browser/resources/net_internals/
waterfall_row.js
230
*
inlining
in URL Request bars.
/external/chromium_org/chrome/common/mac/
cfbundle_blocker.mm
24
//
inlining
their calls to CFBundleLoadExecutable.
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
utils.h
44
// the output of the division with the expected result. (
Inlining
must be
Completed in 1146 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>