/external/chromium_org/chrome/browser/history/ |
top_sites_cache.h | 105 // wrapping all required temporary data to allow inlining.
|
/external/chromium_org/chrome/browser/resources/options/ |
options_bundle.js | 20 // The grit html inlining parser will leave the end tag behind,
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLElementStack.h | 80 // Inlining this function is a (small) performance win on the parsing
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_if_to_cond_assign.cpp | 31 * as calls or loops. Hopefully loop unrolling and inlining will take
|
/external/chromium_org/third_party/sqlite/src/tool/ |
mksqlite3internalh.tcl | 128 # inlining opportunities.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
linux_shadow_stacks.cc | 102 // static void Noop() __attribute__ ((noinline)); // prevent inlining
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
inline-construct.js | 30 // Test inlining of constructor calls.
|
math-floor-global.js | 30 // Test inlining of Math.floor when assigned to a global.
|
math-floor-local.js | 30 // Test inlining of Math.floor when assigned to a local.
|
/external/clang/include/clang/Driver/ |
CLCompatOptions.td | 51 def _SLASH_Ob0 : CLFlag<"Ob0">, HelpText<"Disable inlining">,
|
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 211 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining(); 217 Inlining = CodeGenOpts.NoInlining; 274 switch (Inlining) { 506 // inlining happening.
|
CGVTables.h | 61 /// available_externally linkage to allow for inlining of thunks.
|
/external/clang/test/Analysis/inlining/ |
InlineObjCClassMethod.m | 3 // Test inlining of ObjC class methods.
|
/external/libpcap/ |
config.h | 187 /* Define as token for inline if inlining supported */
|
config.h.in | 185 /* Define as token for inline if inlining supported */
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
eiffel.php | 306 'inlining',
|
/external/llvm/ |
CODE_OWNERS.TXT | 26 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
|
/external/llvm/include/llvm/Transforms/IPO/ |
PassManagerBuilder.h | 82 /// inserted after the inlining pass.
|
/external/llvm/lib/Analysis/ |
CodeMetrics.cpp | 43 // Inlining it into other functions is a bad idea, because this is
|
/external/llvm/test/CodeGen/X86/ |
memcmp.ll | 5 ; This tests codegen time inlining/optimization of memcmp
|
/external/llvm/test/Transforms/LoopVectorize/ |
vectorize-once.ll | 8 ; even if the pass manager runs the vectorizer multiple times due to inlining.
|
/external/llvm/tools/llvm-dwarfdump/ |
llvm-dwarfdump.cpp | 52 PrintInlining("inlining", cl::init(false),
|
/external/llvm/tools/llvm-symbolizer/ |
llvm-symbolizer.cpp | 44 ClPrintInlining("inlining", cl::init(true),
|
/external/mesa3d/src/glsl/ |
lower_if_to_cond_assign.cpp | 31 * as calls or loops. Hopefully loop unrolling and inlining will take
|
/external/v8/src/ |
flag-definitions.h | 167 DEFINE_bool(use_inlining, true, "use function inlining") 168 DEFINE_bool(limit_inlining, true, "limit code size growth from inlining") 176 DEFINE_bool(trace_inlining, false, "trace inlining decisions") 189 DEFINE_bool(polymorphic_inlining, true, "polymorphic inlining")
|