HomeSort by relevance Sort by last modified time
    Searched full:inlining (Results 201 - 225 of 731) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/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.
  /libcore/luni/src/main/java/java/util/
BitSet.java 164 if (index < 0) { // TODO: until we have an inlining JIT.
180 if (index < 0) { // TODO: until we have an inlining JIT.
197 if (index < 0) { // TODO: until we have an inlining JIT.
214 if (index < 0) { // TODO: until we have an inlining JIT.
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 59 "with inlining turned on).");
287 /// \brief Determine which inlining mode should be used when this function is
288 /// analyzed. This allows to redefine the default inlining policies when
417 // inlining when reanalyzing an already inlined function.
494 // If inlining is not turned on, use the simplest function order for path
  /external/chromium_org/build/config/compiler/
BUILD.gn 364 "/Ob2", # Both explicit and auto inlining.
380 "/Ob0", # Disable all inlining (on by default).
  /external/chromium_org/tools/grit/grit/gather/
chrome_html.py 6 """Prepares a Chrome HTML file by inlining resources and adding references to
11 dependencies. It recursively inlines the included files. When inlining CSS
  /external/chromium_org/v8/include/
v8config.h 246 // Works around "sorry, unimplemented: inlining failed" build errors with
301 // A macro used to make better inlining. Don't bother for debug builds.
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 270 // BUG(1303) Inlining of JSFuncDoTrace() in JSTrace below breaks this test.
317 // This test does not pass with inlining enabled since inlined functions
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-accessors.js 33 // Helpers for testing inlining of getters.
190 // Helpers for testing inlining of setters.
  /external/libvorbis/
configure.ac 165 AC_MSG_WARN([* autoconf is disabling all math inlining. This will *])
168 AC_MSG_WARN([* configure and make to build with inlining. *])
  /external/v8/test/cctest/
test-log-stack-tracer.cc 278 // BUG(1303) Inlining of JSFuncDoTrace() in JSTrace below breaks this test.
322 // This test does not pass with inlining enabled since inlined functions
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 32 /* ipa-prop.c stuff (ipa-cp, indirect inlining): */
64 functions degraded accordingly when inlining, see
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 32 /* ipa-prop.c stuff (ipa-cp, indirect inlining): */
64 functions degraded accordingly when inlining, see
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 32 /* ipa-prop.c stuff (ipa-cp, indirect inlining): */
64 functions degraded accordingly when inlining, see
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 32 /* ipa-prop.c stuff (ipa-cp, indirect inlining): */
64 functions degraded accordingly when inlining, see
  /art/compiler/dex/
frontend.cc 133 /* Adjust this value accordingly once inlining is performed */
  /dalvik/vm/compiler/
CompilerIR.h 95 kMirOpCheckInlinePrediction, // Gen checks for predicted inlining
  /dalvik/vm/interp/
InterpState.h 234 * For example, if a trace run contains a method inlining target, the class
  /external/chromium_org/base/
atomicops_internals_tsan.h 15 // do use it at link time by inlining these functions.)
atomicops_internals_x86_gcc.h 14 // do use it at link time by inlining these functions.)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.h 170 memcpy(&x, &d, sizeof(x)); // we depend on the compiler inlining this
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.h 170 memcpy(&x, &d, sizeof(x)); // we depend on the compiler inlining this
  /external/chromium_org/v8/src/
list-inl.h 65 // Use two layers of inlining so that the non-inlined function can
  /external/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 181 // The method should deopt, but learn from the failure to avoid inlining

Completed in 1925 milliseconds

1 2 3 4 5 6 7 891011>>