Lines Matching defs:false

43   } while (false)
48 } while (false)
53 } while (false)
104 kBaselineOrTopTier = false
130 std::atomic_init(&top_tier_compiled_.get()[i], false);
300 for (auto& atomic : has_units) std::atomic_init(&atomic, false);
398 big_units_queue_.has_units[tier].store(false, std::memory_order_relaxed);
693 std::atomic<bool> compile_failed_{false};
697 std::atomic<bool> compile_cancelled_{false};
771 bool publisher_running_ = false;
1042 return false;
1102 kAllFunctions = false,
1204 return false;
1713 return false;
1756 false, // cached
1757 false, // deserialized
1783 false, // cached
1784 false, // deserialized
1786 false, // success
2089 bool prefix_cache_hit_ = false;
2154 return false;
2313 false, &native_module, job_->isolate_);
2444 auto task = std::make_unique<CompileTask>(this, false);
2502 false, kWasmOrigin, counters_, metrics_recorder_, job->context_id(),
2730 job_->metrics_event_.success = false;
2765 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error());
2766 return false;
2792 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error());
2793 return false;
2803 constexpr bool verify_functions = false;
2806 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error());
2807 return false;
2818 before_code_section_ = false;
2824 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error());
2825 return false;
2850 decoder_.shared_module(), false, code_size_estimate);
2870 num_functions_, static_cast<uint32_t>(bytes.length()), offset, false);
2893 return false;
2926 ModuleResult result = decoder_.FinishDecoding(false);
2969 bool cache_hit = false;
3023 if (result.is_null()) return false;
3029 job_->FinishCompile(false);
3361 progress = MissingRecompilationField::update(progress, false);
3578 compilation_progress_[slot_index], false);
3754 publisher_running_ = false;
3803 auto done = std::make_shared<std::atomic<bool>>(false);