/external/guava/guava-tests/benchmark/com/google/common/collect/ |
ComparatorDelegationOverheadBenchmark.java | 27 * {@link Ordering#natural()}, as opposed to using the inlined {@link Arrays#sort(Object[])}
|
/external/libbrillo/brillo/ |
brillo_export.h | 31 // inlined by the compiler automatically and the out-of-line version will not
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
trap.h | 63 // Make sure that SigSys is not inlined in order to get slightly better crash
|
/external/llvm/test/CodeGen/ARM/ |
2008-11-18-ScavengerAssert.ll | 6 %asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #16\0A\09mov\09$0, $6, lsr #16\0A\09bic\09$3, $5, $2, lsl #16\0A\09bic\09$4, $6, $0, lsl #16\0A\09mul\09$1, $3, $4\0A\09mul\09$4, $2, $4\0A\09mul\09$3, $0, $3\0A\09mul\09$0, $2, $0\0A\09adds\09$3, $4, $3\0A\09addcs\09$0, $0, #65536\0A\09adds\09$1, $1, $3, lsl #16\0A\09adc\09$0, $0, $3, lsr #16", "=&r,=r,=&r,=&r,=r,r,r,~{cc}"(i32 %0, i32 0) nounwind ; <{ i32, i32, i32, i32, i32 }> [#uses=1]
|
/external/llvm/test/MC/COFF/ |
cv-inline-linetable-unreachable.s | 53 .long 4099 # Inlined function f starts at <stdin>:3
|
/external/llvm/test/Transforms/Inline/ |
inline-cold.ll | 2 ; Test that functions with attribute Cold are not inlined while the 3 ; same function without attribute Cold will be inlined. 8 ; than the default cold threshold (225) will be inlined. 11 ; The same cold function will not be inlined with the default behavior.
|
inline-vla.ll | 3 ; Check that memcpy2 is completely inlined away.
|
inline_returns_twice.ll | 3 ; Check that functions with "returns_twice" calls are only inlined,
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
basic.ll | 66 ; This function is inlined when inserting a poll. To avoid recursive
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
statepoint-format.ll | 32 ; This function is inlined when inserting a poll.
|
/external/mesa3d/src/compiler/glsl/ |
opt_function_inlining.cpp | 148 /* Generate the declarations for the parameters to our inlined code, 159 /* For opaque types, we want the inlined variable references 171 * read-only and the inlined function is inside a loop, the loop 229 /* Generate the inlined body of the function to a new list */
|
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
FieldInstruction.java | 46 // Resolve the field if possible and decide whether the instruction can inlined.
|
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/ |
InliningInfo.java | 49 buffer.append("<< INLINED");
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
DWARFFormValue.cpp | 141 // Set the string value to also be the data for inlined cstr form 180 // Blocks if inlined data that have a length field and the data bytes 181 // inlined in the .debug_info 203 // Inlined NULL terminated C-strings
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCRegisterInfo.h | 46 /// FIXME (64-bit): Should be inlined.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2008-11-18-ScavengerAssert.ll | 6 %asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #16\0A\09mov\09$0, $6, lsr #16\0A\09bic\09$3, $5, $2, lsl #16\0A\09bic\09$4, $6, $0, lsl #16\0A\09mul\09$1, $3, $4\0A\09mul\09$4, $2, $4\0A\09mul\09$3, $0, $3\0A\09mul\09$0, $2, $0\0A\09adds\09$3, $4, $3\0A\09addcs\09$0, $0, #65536\0A\09adds\09$1, $1, $3, lsl #16\0A\09adc\09$0, $0, $3, lsr #16", "=&r,=r,=&r,=&r,=r,r,r,~{cc}"(i32 %0, i32 0) nounwind ; <{ i32, i32, i32, i32, i32 }> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
memcpy.ll | 62 ; Large constant memcpy's should be inlined when not optimizing for size.
|
/frameworks/base/tools/aapt/tests/ |
MockDirectoryWalker.h | 20 // functions are inlined since they are short and simple
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/ |
Analyses.def | 50 ANALYSIS_INLINING_MODE(NoRedundancy, "noredundancy", "Do not analyze a function which has been previously inlined")
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/ |
DIPrinter.h | 34 void print(const DILineInfo &Info, bool Inlined);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/ |
AlwaysInliner.h | 25 /// not delete the functions even when all users are inlined. The normal
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/ |
Analyses.def | 50 ANALYSIS_INLINING_MODE(NoRedundancy, "noredundancy", "Do not analyze a function which has been previously inlined")
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/ |
DIPrinter.h | 34 void print(const DILineInfo &Info, bool Inlined);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/ |
AlwaysInliner.h | 25 /// not delete the functions even when all users are inlined. The normal
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/ |
Analyses.def | 50 ANALYSIS_INLINING_MODE(NoRedundancy, "noredundancy", "Do not analyze a function which has been previously inlined")
|