HomeSort by relevance Sort by last modified time
    Searched full:is_run_once (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
compiler.cc 97 bool is_run_once = (shared.is_null()) local
101 if (FLAG_always_full_compiler || (FLAG_full_compiler && is_run_once)) {
108 (FLAG_fast_compiler && !is_run_once)) {
457 bool is_run_once = literal->try_full_codegen(); local
459 if (FLAG_always_full_compiler || (FLAG_full_compiler && is_run_once)) {
467 (FLAG_fast_compiler && !is_run_once)) {

Completed in 119 milliseconds