Home
last modified time | relevance | path

Searched refs:DCHECK_NOT_NULL (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/compiler/
Dvalue-numbering-reducer.cc19 DCHECK_NOT_NULL(a); in Equals()
20 DCHECK_NOT_NULL(b); in Equals()
21 DCHECK_NOT_NULL(a->op()); in Equals()
22 DCHECK_NOT_NULL(b->op()); in Equals()
26 DCHECK_NOT_NULL(a->InputAt(j)); in Equals()
27 DCHECK_NOT_NULL(b->InputAt(j)); in Equals()
Dinstruction-selector-impl.h164 DCHECK_NOT_NULL(node); in Define()
165 DCHECK_NOT_NULL(operand); in Define()
172 DCHECK_NOT_NULL(node); in Use()
173 DCHECK_NOT_NULL(operand); in Use()
218 DCHECK_NOT_NULL(true_block); in FlagsContinuation()
219 DCHECK_NOT_NULL(false_block); in FlagsContinuation()
225 DCHECK_NOT_NULL(result); in FlagsContinuation()
Dinstruction-selector.cc156 DCHECK_NOT_NULL(node); in IsDefined()
165 DCHECK_NOT_NULL(node); in MarkAsDefined()
183 DCHECK_NOT_NULL(node); in MarkAsUsed()
192 DCHECK_NOT_NULL(node); in IsDouble()
198 DCHECK_NOT_NULL(node); in MarkAsDouble()
205 DCHECK_NOT_NULL(node); in IsReference()
211 DCHECK_NOT_NULL(node); in MarkAsReference()
218 DCHECK_NOT_NULL(node); in MarkAsRepresentation()
442 DCHECK_NOT_NULL(schedule()->block(node)); // should only use scheduled nodes. in VisitNode()
Dpipeline.cc366 DCHECK_NOT_NULL(graph); in GenerateCode()
367 DCHECK_NOT_NULL(linkage); in GenerateCode()
368 DCHECK_NOT_NULL(schedule); in GenerateCode()
Dsimplified-operator.cc49 DCHECK_NOT_NULL(op); in FieldAccessOf()
57 DCHECK_NOT_NULL(op); in ElementAccessOf()
Dnode.cc14 DCHECK_NOT_NULL(op()); in Kill()
Dgap-resolver.cc68 DCHECK_NOT_NULL(move->source()); // Or else it will look eliminated. in PerformMove()
/external/v8/src/
Dscanner.h375 DCHECK_NOT_NULL(current_.literal_chars); in is_literal_contextual_keyword()
379 DCHECK_NOT_NULL(next_.literal_chars); in is_next_contextual_keyword()
500 DCHECK_NOT_NULL(next_.literal_chars); in INLINE()
549 DCHECK_NOT_NULL(current_.literal_chars); in literal_one_byte_string()
553 DCHECK_NOT_NULL(current_.literal_chars); in literal_two_byte_string()
557 DCHECK_NOT_NULL(current_.literal_chars); in is_literal_one_byte()
561 DCHECK_NOT_NULL(current_.literal_chars); in literal_length()
567 DCHECK_NOT_NULL(next_.literal_chars); in next_literal_one_byte_string()
571 DCHECK_NOT_NULL(next_.literal_chars); in next_literal_two_byte_string()
575 DCHECK_NOT_NULL(next_.literal_chars); in is_next_literal_one_byte()
[all …]
Dhydrogen-check-elimination.cc669 DCHECK_NOT_NULL(entry->object_); in KillUnstableEntries()
Dhydrogen-instructions.h6412 DCHECK_NOT_NULL(object); in HLoadNamedField()
6448 DCHECK_NOT_NULL(maps); in HLoadNamedField()
6451 DCHECK_NOT_NULL(object); in HLoadNamedField()
Djsregexp.cc5401 DCHECK_NOT_NULL(ranges); in IsCanonical()
/external/v8/src/base/
Dlogging.h213 #define DCHECK_NOT_NULL(p) DCHECK_NE(NULL, p) macro
/external/v8/src/x64/
Dmacro-assembler-x64.cc1812 DCHECK_NOT_NULL(on_not_smi_result); in SmiAdd()
1823 DCHECK_NOT_NULL(on_not_smi_result); in SmiAdd()
1876 DCHECK_NOT_NULL(on_not_smi_result); in SmiSub()
1887 DCHECK_NOT_NULL(on_not_smi_result); in SmiSub()
/external/v8/src/heap/
Dspaces.h329 DCHECK_NOT_NULL(reservation); in set_reserved_memory()