OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inlined
(Results
101 - 125
of
235
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h
276
# error illegal use of multiple
inlined
namespaces
279
# error illegal use of multiple
inlined
namespaces
282
# error illegal use of multiple
inlined
namespaces
287
# warning currently using
inlined
namespace mode which may fail \
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h
276
# error illegal use of multiple
inlined
namespaces
279
# error illegal use of multiple
inlined
namespaces
282
# error illegal use of multiple
inlined
namespaces
287
# warning currently using
inlined
namespace mode which may fail \
[
all
...]
/prebuilts/go/darwin-x86/test/
escape4.go
23
// Escape analysis used to miss
inlined
code in closures.
/prebuilts/go/linux-x86/test/
escape4.go
23
// Escape analysis used to miss
inlined
code in closures.
/external/v8/src/compiler/
code-generator.cc
89
// Define deoptimization literals for all
inlined
functions.
91
for (CompilationInfo::InlinedFunctionHolder&
inlined
:
93
if (!
inlined
.shared_info.is_identical_to(info->shared_info())) {
94
int index = DefineDeoptimizationLiteral(
inlined
.shared_info);
95
inlined
.RegisterInlinedFunctionId(index);
100
// Define deoptimization literals for all unoptimized code objects of
inlined
102
for (const CompilationInfo::InlinedFunctionHolder&
inlined
:
104
if (!
inlined
.shared_info.is_identical_to(info->shared_info())) {
105
DefineDeoptimizationLiteral(
inlined
.inlined_code_object_root);
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go
22
// which calls get
inlined
or not, more is for debugging, and may go away at any point.
95
var reason string // reason, if any, that the function was not
inlined
139
//
inlined
into other packages and instrumented there. To avoid this,
341
// containing the
inlined
statements on the first list element so
426
// if we just replaced arg in f(arg()) or return arg with an
inlined
call
556
//
inlined
function body and list, rlist contain the input, output
657
// check if
inlined
function is variadic.
835
// Hide the args from setlno -- the parameters to the
inlined
890
// Synthesize a variable to store the
inlined
function's results in.
901
// Synthesize a variable to store the
inlined
function's argument
[
all
...]
bexport.go
14
objects referred to from
inlined
function bodies can be reexported.
25
inlined
function bodies. These objects are needed by the compiler to
29
Finally, the export data contains a list of representations for
inlined
64
two lists of objects, and the list of
inlined
function bodies.
149
// exportInlined enables the export of
inlined
function bodies and related
151
// the flag disabled, but the generated code will lose access to
inlined
243
// (due to
inlined
function bodies and their dependencies). Export those
246
//
inlined
function bodies.
355
Fatalf("exporter: unexpected alias %v in
inlined
function body", sym)
371
// ---
inlined
function bodies --
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go
22
// which calls get
inlined
or not, more is for debugging, and may go away at any point.
95
var reason string // reason, if any, that the function was not
inlined
139
//
inlined
into other packages and instrumented there. To avoid this,
341
// containing the
inlined
statements on the first list element so
426
// if we just replaced arg in f(arg()) or return arg with an
inlined
call
556
//
inlined
function body and list, rlist contain the input, output
657
// check if
inlined
function is variadic.
835
// Hide the args from setlno -- the parameters to the
inlined
890
// Synthesize a variable to store the
inlined
function's results in.
901
// Synthesize a variable to store the
inlined
function's argument
[
all
...]
bexport.go
14
objects referred to from
inlined
function bodies can be reexported.
25
inlined
function bodies. These objects are needed by the compiler to
29
Finally, the export data contains a list of representations for
inlined
64
two lists of objects, and the list of
inlined
function bodies.
149
// exportInlined enables the export of
inlined
function bodies and related
151
// the flag disabled, but the generated code will lose access to
inlined
243
// (due to
inlined
function bodies and their dependencies). Export those
246
//
inlined
function bodies.
355
Fatalf("exporter: unexpected alias %v in
inlined
function body", sym)
371
// ---
inlined
function bodies --
[
all
...]
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha6/
compiler-2.2.0-alpha6.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.4/
compiler-2.2.4.jar
/prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar
/prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder.go
150
// This method is designed to be
inlined
for performance reasons.
166
goto loop // Avoid for-loop so that this function can be
inlined
/prebuilts/go/linux-x86/src/compress/flate/
dict_decoder.go
150
// This method is designed to be
inlined
for performance reasons.
166
goto loop // Avoid for-loop so that this function can be
inlined
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/
compiler-2.0.0-beta5.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar
Completed in 648 milliseconds
1
2
3
4
5
6
7
8
9
10