Home
last modified time | relevance | path

Searched refs:NaNConstant (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Djs-graph.h65 Node* NaNConstant(); in NON_EXPORTED_BASE()
Djs-graph.cc134 Node* JSGraph::NaNConstant() { in NaNConstant() function in v8::internal::compiler::JSGraph
Dtyped-optimization.cc57 Node* replacement = jsgraph()->NaNConstant(); in Reduce()
Dcode-assembler.h223 Node* NaNConstant();
Dcode-assembler.cc207 Node* CodeAssembler::NaNConstant() { in NaNConstant() function in v8::internal::compiler::CodeAssembler
Djs-builtin-reducer.cc1717 Node* vfalse = jsgraph()->NaNConstant(); in ReduceStringCharCodeAt()
Djs-typed-lowering.cc1163 return Replace(jsgraph()->NaNConstant()); in ReduceJSToNumberInput()
/external/v8/src/builtins/
Dbuiltins-string.cc763 Return(NaNConstant()); in TF_BUILTIN()