Lines Matching defs:failed
623 bool failed() const {
859 bool CompilationState::failed() const { return Impl(this)->failed(); }
1076 thrower->CompileError("Compiling function #%d failed: %s @+%u",
1081 thrower->CompileError("Compiling function #%d:\"%.*s\" failed: %s @+%u",
1130 if (result.failed()) {
1192 CHECK_IMPLIES(result.failed(), FLAG_wasm_lazy_validation);
1194 if (result.failed()) {
1201 CHECK(decode_result.failed());
1844 if (compilation_state->failed()) {
1860 if (compilation_state->failed()) {
1998 DCHECK(!compilation_state->failed());
2200 !compilation_state->failed(), // success
2529 if (function_result.failed()) {
2538 if (result.failed()) {
2569 TRACE_COMPILE("(1b) Decoding failed.\n");
2637 // Step 3a (sync): Compilation failed.
2642 TRACE_COMPILE("(3a) Compilation failed\n");
2643 DCHECK(job->native_module_->compilation_state()->failed());
2683 DCHECK(!job->native_module_->compilation_state()->failed());
2891 if (result.failed()) {
2927 if (result.failed()) {
2984 const bool failed = job_->native_module_->compilation_state()->failed();
2987 failed, &job_->native_module_, job_->isolate_);
2989 if (failed) {
3106 DCHECK(!failed());
3311 DCHECK(!failed());
3627 // *Only* trigger the "failed" event.
3771 return; // Already failed before.