Home
last modified time | relevance | path

Searched refs:DCHECK_NOT_NULL (Results 1 - 25 of 304) sorted by relevance

12345678910>>...13

/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-statistics-collector.cc54 DCHECK_NOT_NULL(space_stats); in FinalizePage()
67 DCHECK_NOT_NULL(stats); in FinalizeSpace()
143 DCHECK_NOT_NULL(current_space_stats_); in VisitNormalPage()
154 DCHECK_NOT_NULL(current_space_stats_); in VisitLargePage()
168 DCHECK_NOT_NULL(current_space_stats_); in VisitHeapObjectHeader()
169 DCHECK_NOT_NULL(current_page_stats_); in VisitHeapObjectHeader()
/third_party/node/deps/v8/src/ast/
H A Dmodules.h197 DCHECK_NOT_NULL(entry->export_name); in AddRegularExport()
198 DCHECK_NOT_NULL(entry->local_name); in AddRegularExport()
211 DCHECK_NOT_NULL(entry->import_name); in AddRegularImport()
212 DCHECK_NOT_NULL(entry->local_name); in AddRegularImport()
223 DCHECK_NOT_NULL(entry->local_name); in AddNamespaceImport()
269 DCHECK_NOT_NULL(specifier); in AddModuleRequest()
H A Dmodules.cc99 DCHECK_NOT_NULL(import_name); in AddExport()
100 DCHECK_NOT_NULL(export_name); in AddExport()
235 DCHECK_NOT_NULL(entry->local_name); in MakeIndirectExportsExplicit()
242 DCHECK_NOT_NULL(import->second->import_name); in MakeIndirectExportsExplicit()
279 DCHECK_NOT_NULL(entry->local_name); in AssignCellIndices()
292 DCHECK_NOT_NULL(entry->local_name); in AssignCellIndices()
293 DCHECK_NOT_NULL(entry->import_name); in AssignCellIndices()
308 DCHECK_NOT_NULL(candidate->export_name); in BetterDuplicate()
342 DCHECK_NOT_NULL(error_handler); in Validate()
358 DCHECK_NOT_NULL(entr in Validate()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.cc184 DCHECK_NOT_NULL(success); in ReplaceUses()
187 DCHECK_NOT_NULL(exception); in ReplaceUses()
190 DCHECK_NOT_NULL(success); in ReplaceUses()
194 DCHECK_NOT_NULL(effect); in ReplaceUses()
197 DCHECK_NOT_NULL(value); in ReplaceUses()
304 DCHECK_NOT_NULL(projections[index]); in CollectControlProjections()
653 DCHECK_NOT_NULL(a); in Equals()
654 DCHECK_NOT_NULL(b); in Equals()
655 DCHECK_NOT_NULL(a->op()); in Equals()
656 DCHECK_NOT_NULL( in Equals()
[all...]
H A Dgraph-reducer.h107 DCHECK_NOT_NULL(editor_); in Replace()
111 DCHECK_NOT_NULL(editor_); in Revisit()
116 DCHECK_NOT_NULL(editor_); in ReplaceWithValue()
H A Djs-heap-broker.h275 DCHECK_NOT_NULL(local_isolate()); in CanonicalPersistentHandle()
361 DCHECK_NOT_NULL(dependencies); in set_dependencies()
366 DCHECK_NOT_NULL(dependencies_); in dependencies()
408 DCHECK_NOT_NULL(ph_); in set_persistent_handles()
411 DCHECK_NOT_NULL(ph_); in DetachPersistentHandles()
419 DCHECK_NOT_NULL(canonical_handles_); in set_canonical_handles()
423 DCHECK_NOT_NULL(canonical_handles_); in DetachCanonicalHandles()
H A Dnode-observer.cc19 DCHECK_NOT_NULL(node); in StartObserving()
20 DCHECK_NOT_NULL(observer); in StartObserving()
H A Dgraph-reducer.cc268 DCHECK_NOT_NULL(dead_); in ReplaceWithValue()
272 DCHECK_NOT_NULL(control); in ReplaceWithValue()
277 DCHECK_NOT_NULL(effect); in ReplaceWithValue()
281 DCHECK_NOT_NULL(value); in ReplaceWithValue()
/third_party/node/deps/v8/src/common/
H A Dassert-scope.cc54 DCHECK_NOT_NULL(isolate); \
65 DCHECK_NOT_NULL(isolate); \
66 DCHECK_NOT_NULL(was_execution_allowed); \
72 DCHECK_NOT_NULL(isolate); \
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-info.cc105 DCHECK_NOT_NULL(ph_); in set_persistent_handles()
110 DCHECK_NOT_NULL(ph_); in DetachPersistentHandles()
118 DCHECK_NOT_NULL(canonical_handles_); in set_canonical_handles()
123 DCHECK_NOT_NULL(canonical_handles_); in DetachCanonicalHandles()
H A Dmaglev-concurrent-dispatcher.cc30 DCHECK_NOT_NULL(local_isolate_); in AttachLocalIsolateForMaglev()
38 DCHECK_NOT_NULL(local_isolate_); in DetachLocalIsolateForMaglev()
138 DCHECK_NOT_NULL(job);
/third_party/node/deps/v8/src/codegen/
H A Dunoptimized-compilation-info.cc31 DCHECK_NOT_NULL(literal); in UnoptimizedCompilationInfo()
37 DCHECK_NOT_NULL(literal_); in scope()
H A Doptimized-compilation-info.h164 DCHECK_NOT_NULL(ph_); in set_persistent_handles()
171 DCHECK_NOT_NULL(canonical_handles_); in set_canonical_handles()
235 DCHECK_NOT_NULL(ph_); in DetachPersistentHandles()
240 DCHECK_NOT_NULL(canonical_handles_); in DetachCanonicalHandles()
/third_party/node/deps/v8/src/wasm/
H A Dmemory-protection-key.cc143 DCHECK_NOT_NULL(pkey_free); in FreeMemoryProtectionKey()
209 DCHECK_NOT_NULL(pkey_set); in SetPermissionsForMemoryProtectionKey()
220 DCHECK_NOT_NULL(pkey_get); in GetMemoryProtectionKeyPermission()
H A Dinit-expr-interface.h53 DCHECK_NOT_NULL(isolate); in InitExprInterface()
74 DCHECK_NOT_NULL(isolate_); in result()
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk-inl.h34 DCHECK_NOT_NULL(from->owner()); in MoveExternalBackingStoreBytes()
35 DCHECK_NOT_NULL(to->owner()); in MoveExternalBackingStoreBytes()
H A Dobject-stats.h181 DCHECK_NOT_NULL(heap_); in ObjectStatsCollector()
182 DCHECK_NOT_NULL(live_); in ObjectStatsCollector()
183 DCHECK_NOT_NULL(dead_); in ObjectStatsCollector()
/third_party/node/src/
H A Dnode_realm-inl.h68 DCHECK_NOT_NULL(map); in GetBindingData()
74 DCHECK_NOT_NULL(result); in GetBindingData()
88 DCHECK_NOT_NULL(map); in AddBindingData()
/third_party/node/deps/v8/src/objects/
H A Djs-plural-rules.cc47 DCHECK_NOT_NULL(plural_rules.get()); in CreateICUPluralRules()
193 DCHECK_NOT_NULL(icu_plural_rules); in ResolvePlural()
197 DCHECK_NOT_NULL(fmt); in ResolvePlural()
214 DCHECK_NOT_NULL(icu_plural_rules); in ResolvePluralRange()
218 DCHECK_NOT_NULL(fmt); in ResolvePluralRange()
292 DCHECK_NOT_NULL(icu_plural_rules); in ResolvedOptions()
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc85 DCHECK_NOT_NULL(GetPageAllocatorInitializer()->page_allocator()); in GetPlatformPageAllocator()
200 DCHECK_NOT_NULL(page_allocator); in AllocatePages()
218 DCHECK_NOT_NULL(page_allocator); in FreePages()
225 DCHECK_NOT_NULL(page_allocator); in ReleasePages()
233 DCHECK_NOT_NULL(page_allocator); in SetPermissions()
251 DCHECK_NOT_NULL(page_allocator); in VirtualMemory()
/third_party/node/deps/v8/src/execution/
H A Disolate-utils-inl.h49 DCHECK_NOT_NULL(isolate); in GetHeapFromWritableObject()
65 DCHECK_NOT_NULL(isolate); in GetIsolateFromWritableObject()
H A Dv8threads.cc30 DCHECK_NOT_NULL(isolate); in Initialize()
54 DCHECK_NOT_NULL(isolate); in IsLocked()
80 DCHECK_NOT_NULL(isolate); in Initialize()
110 DCHECK_NOT_NULL(per_thread); in RestoreThread()
/third_party/node/deps/v8/src/interpreter/
H A Dblock-coverage-builder.h26 DCHECK_NOT_NULL(builder); in BlockCoverageBuilder()
27 DCHECK_NOT_NULL(source_range_map); in BlockCoverageBuilder()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-platform.cc137 DCHECK_NOT_NULL(worker_threads_task_runner_); in EnsureBackgroundTaskRunnerInitialized()
210 DCHECK_NOT_NULL(worker_threads_task_runner_); in CallOnWorkerThread()
221 DCHECK_NOT_NULL(worker_threads_task_runner_); in CallDelayedOnWorkerThread()
255 DCHECK_NOT_NULL(tracing_controller.get()); in SetTracingController()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h197 DCHECK_NOT_NULL(true_block); in FlagsContinuation()
198 DCHECK_NOT_NULL(false_block); in FlagsContinuation()
211 DCHECK_NOT_NULL(frame_state); in FlagsContinuation()
218 DCHECK_NOT_NULL(result); in FlagsContinuation()
226 DCHECK_NOT_NULL(result); in FlagsContinuation()
236 DCHECK_NOT_NULL(result); in FlagsContinuation()
237 DCHECK_NOT_NULL(true_value); in FlagsContinuation()
238 DCHECK_NOT_NULL(false_value); in FlagsContinuation()

Completed in 23 milliseconds

12345678910>>...13