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

1 2 3 4

  /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...]
  /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/
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
  /external/v8/test/mjsunit/
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
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 61 // Note that DiagnosticConsumer has no "end-of-compilation" callback, so we
  /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/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-1201933.js 29 // failure during lazy compilation.
  /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"
  /external/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
  /external/v8/test/mjsunit/harmony/
block-lazy-compile.js 29 // Test deserialization of block contexts during lazy compilation
  /device/asus/grouper/
BoardConfigCommon.mk 71 # needed for source compilation of nvidia libraries
  /external/chromium_org/tools/grit/grit/tool/
build.py 54 '''A tool that builds RC files and resource header files for compilation.
88 meant for compilation but it does not affect resource header files (that define
94 return 'A tool that builds RC files for compilation.'

Completed in 374 milliseconds

1 2 3 4