HomeSort by relevance Sort by last modified time
    Searched refs:compilation (Results 1 - 25 of 86) 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 107 source_count++; // Using eval causes additional compilation event.
109 source_count += 2; // Using eval causes additional compilation event.
111 // Using JSON.parse does not causes additional compilation events.
126 // 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.
mirror-script.js 58 assertEquals(compilation_type, mirror.compilationType(), "compilation type");
  /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/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/d3d/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
  /device/asus/grouper/
BoardConfigCommon.mk 73 # needed for source compilation of nvidia libraries
  /development/build/tools/
windows_sdk.mk 12 # made complicated by the fact the build system does not support cross-compilation.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/
generate_shaders.bat 91 echo There were %errorCount% shader compilation errors.
  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 24 is run for all compilation configurations. Otherwise, sometimes "all.test"
  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system.py 29 '''A decorator which can be applied to the compilation function
41 '''A decorator which can be optionally applied to the compilation function
54 '''A decorator which can be optionally applied to the compilation function
103 # updates are picked up by the stat - but only if the compilation
104 # function is affected by a single file. If the compilation function is

Completed in 1105 milliseconds

1 2 3 4