HomeSort by relevance Sort by last modified time
    Searched refs:compilation (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/v8/test/mjsunit/
function-length-accessor.js 10 // long comment to trigger lazy compilation.
11 // long comment to trigger lazy compilation.
12 // long comment to trigger lazy compilation.
13 // long comment to trigger lazy compilation.
14 // long comment to trigger lazy compilation.
15 // long comment to trigger lazy compilation.
16 // long comment to trigger lazy compilation.
17 // long comment to trigger lazy compilation.
18 // long comment to trigger lazy compilation.
19 // long comment to trigger lazy compilation
    [all...]
debug-compile-event.js 101 source_count++; // Using eval causes additional compilation event.
103 source_count += 2; // Using eval causes additional compilation event.
105 // Using JSON.parse does not causes additional compilation events.
114 // Check the actual number of events (no compilation through the API as all
debug-script-breakpoints-closure.js 54 // The debugger triggers re-compilation.
debug-script-breakpoints-nested.js 66 // The debugger triggers compilation of inner closures.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 53 @machineInlinees = {} # maps my compilation to a set of inlinees
65 def addBottomCountForCompilation(count, compilation)
66 @bottomCounts[compilation] = [] unless @bottomCounts[compilation]
67 @bottomCounts[compilation] << count
70 def addMachineInlinee(compilation, inlinee)
71 @machineInlinees[compilation] = {} unless @machineInlinees[compilation]
72 @machineInlinees[compilation][inlinee] = true
112 | compilation, counts
    [all...]
  /ndk/tests/build/test-c-only-flags/jni/
Android.mk 8 # LOCAL_CFLAGS is passed for C++ compilation as well. This is by design
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 34 // A division that is going to be predicted integer on the first compilation. The
35 // compilation will be triggered from the loop below so the slow case counter of the
45 // compilation does not make this same mistake.
47 // A pointless loop to force the first compilation to occur before the division got
49 // on the first compilation.
dfg-exception.js 28 // A large function containing a try/catch - this prevent DFG compilation.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1145.js 38 // This file must be at least 1024 bytes long to trigger lazy compilation.
42 // Must be lazy. Must throw SyntaxError during compilation.
regress-2250.js 38 // disabled during compilation.
64 // Second compilation should have noticed that LICM wasn't a good idea, and now
regress-1201933.js 29 // failure during lazy compilation.
regress-1129.js 33 // during compilation.
regress-990205.js 33 // Force eager compilation of x through the use of eval. The break
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/shaders/
generate_shaders.bat 35 echo There were %errorCount% shader compilation errors.
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-2.js 28 // The compilation of this function currently fails when resolving
switch-bailout.js 30 // Test that bailing out of the optimized compilation doesn't mess with
globals.js 31 // Test compilation of a global variable store.
load-elimination-osr.js 30 // Test global load elimination in the presence of OSR compilation.
loops.js 28 // Test compilation of loops.
  /external/chromium_org/v8/test/mjsunit/harmony/
block-lazy-compile.js 29 // Test deserialization of block contexts during lazy compilation
  /external/stlport/
configure 55 --with-cxx=<name> use <name> as C++ compiler (use --target= for cross-compilation)
56 --with-cc=<name> use <name> as C compiler (use --target= for cross-compilation)
97 \$CXX C++ compiler name (use --target= for cross-compilation)
98 \$CC C compiler name (use --target= for cross-compilation)
292 echo "For cross-compilation with gcc use --target option only"
  /device/asus/grouper/
BoardConfigCommon.mk 71 # needed for source compilation of nvidia libraries
  /external/chromium_org/tools/grit/grit/tool/
build.py 56 '''A tool that builds RC files and resource header files for compilation.
95 meant for compilation but it does not affect resource header files (that define
101 return 'A tool that builds RC files for compilation.'
  /development/build/tools/
windows_sdk.mk 12 # made complicated by the fact the build system does not support cross-compilation.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 375 Byte-compilation is either done directly in this interpreter process
378 'byte_compile()' figure out to use direct compilation or not (see
393 # byte-compilation and be certain that it's the right thing. Thus,
400 # "Indirect" byte-compilation: write a temporary script and then
409 log.info("writing byte-compilation script '%s'", script_name)
454 # "Direct" byte-compilation: use the py_compile module to compile
488 log.debug("skipping byte-compilation of %s to %s",

Completed in 1130 milliseconds

1 2 3 4