Home
last modified time | relevance | path

Searched refs:DCHECK_NULL (Results 1 – 25 of 88) sorted by relevance

1234

/external/v8/src/runtime/
Druntime-wasm.cc78 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
94 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
104 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
119 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
146 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
158 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
179 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
208 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
251 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
290 DCHECK_NULL(isolate->context()); in RUNTIME_FUNCTION()
/external/v8/src/ast/
Dmodules.h163 DCHECK_NULL(entry->import_name); in AddRegularExport()
169 DCHECK_NULL(entry->local_name); in AddSpecialExport()
177 DCHECK_NULL(entry->export_name); in AddRegularImport()
185 DCHECK_NULL(entry->import_name); in AddNamespaceImport()
186 DCHECK_NULL(entry->export_name); in AddNamespaceImport()
Dscopes.cc95 DCHECK_NULL(p->value); in Add()
760 DCHECK_NULL(function_); in DeclareFunctionVar()
761 DCHECK_NULL(variables_.Lookup(name)); in DeclareFunctionVar()
777 DCHECK_NULL(generator_object_var()); in DeclareGeneratorObjectVar()
787 DCHECK_NULL(promise_var()); in DeclarePromiseVar()
795 DCHECK_NULL(inner_scope_); in HasBeenRemoved()
889 DCHECK_NULL(new_parent->inner_scope_); in Reparent()
890 DCHECK_NULL(new_parent->unresolved_); in Reparent()
1819 DCHECK_NULL(scope->zone()); in CheckZones()
1820 DCHECK_NULL(scope->inner_scope_); in CheckZones()
Dmodules.cc217 DCHECK_NULL(entry->import_name); in MakeIndirectExportsExplicit()
257 DCHECK_NULL(entry->import_name); in AssignCellIndices()
/external/v8/src/
Dsimulator-base.cc30 DCHECK_NULL(redirection_mutex_); in InitializeOncePerProcess()
33 DCHECK_NULL(i_cache_mutex_); in InitializeOncePerProcess()
36 DCHECK_NULL(i_cache_); in InitializeOncePerProcess()
Doptimized-compilation-info.cc90 DCHECK_NULL(deferred_handles_); in set_deferred_handles()
96 DCHECK_NULL(deferred_handles_); in set_deferred_handles()
Didentity-map.cc19 DCHECK_NULL(keys_); in ~IdentityMapBase()
112 DCHECK_NULL(values_[index]); in DeleteIndex()
Dprototype.h57 DCHECK_NULL(iterator.object_); in GetCurrent()
/external/v8/src/compiler/
Dnode-matchers.cc21 DCHECK_NULL(if_true_); in BranchMatcher()
24 DCHECK_NULL(if_false_); in BranchMatcher()
Dframe.h99 DCHECK_NULL(allocated_registers_); in SetAllocatedRegisters()
104 DCHECK_NULL(allocated_double_registers_); in SetAllocatedDoubleRegisters()
Dinstruction-scheduler.cc94 DCHECK_NULL(last_side_effect_instr_); in StartBlock()
96 DCHECK_NULL(last_live_in_reg_marker_); in StartBlock()
97 DCHECK_NULL(last_deopt_or_trap_); in StartBlock()
Dcompiler-source-position-table.cc34 DCHECK_NULL(decorator_); in AddDecorator()
Dnode-origin-table.cc49 DCHECK_NULL(decorator_); in AddDecorator()
Dlive-range-separator.cc50 DCHECK_NULL(data->live_ranges()[splinter->vreg()]); in CreateSplinter()
Dgraph-assembler.h375 DCHECK_NULL(current_control_); in Bind()
376 DCHECK_NULL(current_effect_); in Bind()
/external/v8/src/parsing/
Dpreparser.cc91 DCHECK_NULL(scope_); in PreParseProgram()
152 DCHECK_NULL(function_state_); in PreParseFunction()
153 DCHECK_NULL(scope_); in PreParseFunction()
272 DCHECK_NULL(arguments_for_wrapped_function); in ParseFunctionLiteral()
Dparsing.cc22 DCHECK_NULL(info->literal()); in ParseProgram()
59 DCHECK_NULL(info->literal()); in ParseFunction()
Dparse-info.cc183 DCHECK_NULL(character_stream_); in set_character_stream()
Dparser.cc540 DCHECK_NULL(scope_); in DoParseProgram()
541 DCHECK_NULL(target_stack_); in DoParseProgram()
640 DCHECK_NULL(target_stack_); in DoParseProgram()
748 DCHECK_NULL(scope_); in DoParseFunction()
749 DCHECK_NULL(target_stack_); in DoParseFunction()
887 DCHECK_NULL(target_stack_); in DoParseFunction()
1489 DCHECK_NULL(*own_labels); in DeclareLabel()
1672 DCHECK_NULL(finally_block); in RewriteTryStatement()
1971 DCHECK_NULL(init_block); in CreateForEachStatementTDZ()
3100 DCHECK_NULL(arguments_for_wrapped_function); in ParseFunction()
[all …]
/external/v8/src/heap/
Dspaces-inl.h202 DCHECK_NULL(slot_set<OLD_TO_OLD>()); in MarkEvacuationCandidate()
203 DCHECK_NULL(typed_slot_set<OLD_TO_OLD>()); in MarkEvacuationCandidate()
210 DCHECK_NULL(slot_set<OLD_TO_OLD>()); in ClearEvacuationCandidate()
211 DCHECK_NULL(typed_slot_set<OLD_TO_OLD>()); in ClearEvacuationCandidate()
/external/v8/src/snapshot/
Dbuiltin-deserializer-allocator.cc49 DCHECK_NULL(handler_allocations_); in Allocate()
186 DCHECK_NULL(handler_allocations_); in InitializeFromReservations()
Dstartup-deserializer.cc29 DCHECK_NULL(isolate->thread_manager()->FirstThreadStateInUse()); in DeserializeInto()
Dobject-deserializer.cc75 DCHECK_NULL(StringTable::ForwardStringIfExists(isolate(), &key, *string)); in CommitPostProcessedObjects()
/external/v8/src/base/
Dlogging.h330 #define DCHECK_NULL(val) DCHECK((val) == nullptr) macro
342 #define DCHECK_NULL(val) ((void) 0) macro
/external/v8/src/profiler/
Dheap-profiler.cc207 DCHECK_NULL(object); in FindHeapObjectById()

1234