Home
last modified time | relevance | path

Searched refs:CHECK_NE (Results 1 - 25 of 96) sorted by relevance

1234

/third_party/node/deps/v8/src/tasks/
H A Dcancelable-task.cc44 CHECK_NE(kInvalidTaskId, id); in Register()
51 CHECK_NE(kInvalidTaskId, id); in RemoveFinishedTask()
60 CHECK_NE(kInvalidTaskId, id); in TryAbort()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc109 CHECK_NE(kSameAsInput, constraint.type_); in VerifyInput()
111 CHECK_NE(InstructionOperand::kInvalidVirtualRegister, in VerifyInput()
118 CHECK_NE(kSameAsInput, constraint.type_); in VerifyTemp()
119 CHECK_NE(kImmediate, constraint.type_); in VerifyTemp()
120 CHECK_NE(kConstant, constraint.type_); in VerifyTemp()
125 CHECK_NE(kImmediate, constraint.type_); in VerifyOutput()
126 CHECK_NE(InstructionOperand::kInvalidVirtualRegister, in VerifyOutput()
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dchecks.h106 // Helper function used by the CHECK_NE function when given int
115 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i", in CheckNonEqualsHelper()
147 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s", in CheckNonEqualsHelper()
177 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %p", in CheckNonEqualsHelper()
219 "CHECK_NE(%s, %s) failed\n# Value: %f", in CheckNonEqualsHelper()
253 #define CHECK_NE(unexpected, value) CheckNonEqualsHelper(__FILE__, __LINE__, \ macro
288 #define DOUBLE_CONVERSION_ASSERT_NE(v1, v2) CHECK_NE(v1, v2)
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-sourcemap.cc95 CHECK_NE(offsets.begin(), up); in GetSourceLine()
103 CHECK_NE(offsets.begin(), up); in GetFilename()
/third_party/node/test/cctest/
H A Dnode_test_fixture.h143 CHECK_NE(nullptr, isolate_data_);
171 CHECK_NE(nullptr, environment_); in Env()
H A Dtest_sockaddr.cc28 CHECK_NE(addr, addr2); in TEST()
32 CHECK_NE(SocketAddress::Hash()(addr), SocketAddress::Hash()(addr2)); in TEST()
H A Dtest_crypto_clienthello.cc69 CHECK_NE(VirtualProtect(second_page, page, PAGE_NOACCESS, &old_prot), 0); in OverrunGuardedBuffer()
H A Dtest_linked_binding.cc295 CHECK_NE(instance_data, nullptr); in TEST_F()
333 CHECK_NE(instance_data, nullptr); in TEST_F()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc154 CHECK_NE(0, VirtualFree(address, 0, MEM_RELEASE)); in Free()
161 CHECK_NE(0, VirtualFree(address, size, MEM_DECOMMIT)); in Release()
H A Dplatform-freebsd.cc73 CHECK_NE(0, ssize); in GetSharedLibraryAddresses()
H A Dplatform-fuchsia.cc102 CHECK_NE(0, alignment_option); // Invalid alignment specified in MapVmo()
198 CHECK_NE(0, alignment_option); // Invalid alignment specified in CreateAddressSpaceReservationInternal()
/third_party/node/src/
H A Dnode_binding.cc287 CHECK_NE(handle, nullptr); in set()
302 CHECK_NE(handle, nullptr); in get_and_increase_refcount()
312 CHECK_NE(handle, nullptr); in erase()
H A Dnode_options-inl.h142 CHECK_NE(it, options_.end()); in Implies()
152 CHECK_NE(it, options_.end()); in ImpliesNot()
H A Dnode.cc561 CHECK_NE(s.flags, -1); in PlatformInit()
670 CHECK_NE(flags, -1); in ResetStdio()
681 CHECK_NE(err, -1); in ResetStdio()
H A Dnode_http2.cc822 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in ConsumeHTTP2Data()
1760 CHECK_NE(src_length, NGHTTP2_ERR_NOMEM); in SendPendingData()
1887 CHECK_NE(*ret, NGHTTP2_ERR_NOMEM); in SubmitRequest()
2121 CHECK_NE(nghttp2_session_resume_data( in DoShutdown()
2196 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in SubmitResponse()
2214 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in SubmitInfo()
2252 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in SubmitTrailers()
2271 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in SubmitPriority()
2337 CHECK_NE(*ret, NGHTTP2_ERR_NOMEM); in SubmitPushPromise()
2407 CHECK_NE(nghttp2_session_resume_dat in DoWrite()
[all...]
/third_party/node/src/api/
H A Dencoding.cc130 CHECK_NE(encoding, UCS2); in Encode()
H A Denvironment.cc173 CHECK_NE(it, allocations_.end()); in Reallocate()
197 CHECK_NE(it, allocations_.end()); in UnregisterPointerInternal()
475 CHECK_NE(thread_id.id, static_cast<uint64_t>(-1)); in GetInspectorParentHandle()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarking-verifier.cc64 CHECK_NE(in_construction_objects_heap_.end(), in Run()
/third_party/node/deps/v8/src/objects/
H A Dapi-callbacks-inl.h73 CHECK_NE(value, SideEffectType::kHasNoSideEffect); in set_setter_side_effect_type()
/third_party/node/src/crypto/
H A Dcrypto_dsa.cc110 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.h181 CHECK_NE(static_cast<size_t>(equivalence_id_), kInvalidEquivalenceId); in NextEquivalenceId()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc140 CHECK_NE(-1, length); in ReportCompilationSuccess()
160 CHECK_NE(-1, length); in ReportInstantiationSuccess()
/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.cc504 CHECK_NE(addr, kNullAddress); in Verify()
523 CHECK_NE(addr, kNullAddress); in Verify()
/third_party/node/deps/v8/src/compiler/
H A Drepresentation-change.cc741 CHECK_NE(use_info.type_check(), TypeCheckKind::kNone); in GetFloat64RepresentationFor()
869 CHECK_NE(use_info.type_check(), TypeCheckKind::kNone); in GetWord32RepresentationFor()
870 CHECK_NE(use_info.type_check(), TypeCheckKind::kNumberOrOddball); in GetWord32RepresentationFor()
1155 CHECK_NE(use_info.type_check(), TypeCheckKind::kNone); in GetWord64RepresentationFor()
1156 CHECK_NE(use_info.type_check(), TypeCheckKind::kNumberOrOddball); in GetWord64RepresentationFor()
1157 CHECK_NE(use_info.type_check(), TypeCheckKind::kBigInt); in GetWord64RepresentationFor()
/third_party/node/deps/v8/src/heap/
H A Dcode-range.cc179 CHECK_NE(code_region.begin(), kNullAddress); in RemapEmbeddedBuiltins()

Completed in 21 milliseconds

1234