HomeSort by relevance Sort by last modified time
    Searched refs:should_recompile (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
compiler.cc 262 bool should_recompile = !info->shared_info()->has_deoptimization_support(); local
263 if (should_recompile || FLAG_hydrogen_stats) {
270 if (should_recompile) unoptimized.EnableDeoptimizationSupport();
272 if (should_recompile) {
  /external/chromium_org/v8/src/
compiler.cc 381 bool should_recompile = !info()->shared_info()->has_deoptimization_support(); local
382 if (should_recompile || FLAG_hydrogen_stats) {
393 if (should_recompile) unoptimized.EnableDeoptimizationSupport();
395 if (should_recompile) {
    [all...]

Completed in 1115 milliseconds