/external/v8/src/runtime/ |
D | runtime-wasm.cc | 78 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/ |
D | modules.h | 163 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()
|
D | scopes.cc | 95 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()
|
D | modules.cc | 217 DCHECK_NULL(entry->import_name); in MakeIndirectExportsExplicit() 257 DCHECK_NULL(entry->import_name); in AssignCellIndices()
|
/external/v8/src/ |
D | simulator-base.cc | 30 DCHECK_NULL(redirection_mutex_); in InitializeOncePerProcess() 33 DCHECK_NULL(i_cache_mutex_); in InitializeOncePerProcess() 36 DCHECK_NULL(i_cache_); in InitializeOncePerProcess()
|
D | optimized-compilation-info.cc | 90 DCHECK_NULL(deferred_handles_); in set_deferred_handles() 96 DCHECK_NULL(deferred_handles_); in set_deferred_handles()
|
D | identity-map.cc | 19 DCHECK_NULL(keys_); in ~IdentityMapBase() 112 DCHECK_NULL(values_[index]); in DeleteIndex()
|
D | prototype.h | 57 DCHECK_NULL(iterator.object_); in GetCurrent()
|
/external/v8/src/compiler/ |
D | node-matchers.cc | 21 DCHECK_NULL(if_true_); in BranchMatcher() 24 DCHECK_NULL(if_false_); in BranchMatcher()
|
D | frame.h | 99 DCHECK_NULL(allocated_registers_); in SetAllocatedRegisters() 104 DCHECK_NULL(allocated_double_registers_); in SetAllocatedDoubleRegisters()
|
D | instruction-scheduler.cc | 94 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()
|
D | compiler-source-position-table.cc | 34 DCHECK_NULL(decorator_); in AddDecorator()
|
D | node-origin-table.cc | 49 DCHECK_NULL(decorator_); in AddDecorator()
|
D | live-range-separator.cc | 50 DCHECK_NULL(data->live_ranges()[splinter->vreg()]); in CreateSplinter()
|
D | graph-assembler.h | 375 DCHECK_NULL(current_control_); in Bind() 376 DCHECK_NULL(current_effect_); in Bind()
|
/external/v8/src/parsing/ |
D | preparser.cc | 91 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()
|
D | parsing.cc | 22 DCHECK_NULL(info->literal()); in ParseProgram() 59 DCHECK_NULL(info->literal()); in ParseFunction()
|
D | parse-info.cc | 183 DCHECK_NULL(character_stream_); in set_character_stream()
|
D | parser.cc | 540 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/ |
D | spaces-inl.h | 202 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/ |
D | builtin-deserializer-allocator.cc | 49 DCHECK_NULL(handler_allocations_); in Allocate() 186 DCHECK_NULL(handler_allocations_); in InitializeFromReservations()
|
D | startup-deserializer.cc | 29 DCHECK_NULL(isolate->thread_manager()->FirstThreadStateInUse()); in DeserializeInto()
|
D | object-deserializer.cc | 75 DCHECK_NULL(StringTable::ForwardStringIfExists(isolate(), &key, *string)); in CommitPostProcessedObjects()
|
/external/v8/src/base/ |
D | logging.h | 330 #define DCHECK_NULL(val) DCHECK((val) == nullptr) macro 342 #define DCHECK_NULL(val) ((void) 0) macro
|
/external/v8/src/profiler/ |
D | heap-profiler.cc | 207 DCHECK_NULL(object); in FindHeapObjectById()
|