Home
last modified time | relevance | path

Searched refs:NoContextConstant (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Djs-graph.h115 Node* NoContextConstant() { return ZeroConstant(); } in NoContextConstant() function
Dchange-lowering.cc80 Node* context = jsgraph()->NoContextConstant(); in AllocateHeapNumberWithValue()
564 node->InsertInput(graph()->zone(), 2, jsgraph()->NoContextConstant()); in Allocate()
579 node->InsertInput(graph()->zone(), 5, jsgraph()->NoContextConstant()); in Allocate()
Djs-graph.cc187 state_values, state_values, state_values, NoContextConstant(), in EmptyFrameState()
Dsimplified-lowering.cc1119 node->AppendInput(jsgraph_->zone(), jsgraph_->NoContextConstant()); in VisitNode()
1627 NodeProperties::GetValueInput(node, 1), jsgraph()->NoContextConstant(), in StringComparison()
Djs-typed-lowering.cc344 javascript()->ToNumber(), node, jsgraph()->NoContextConstant(), in ConvertPlainPrimitiveToNumber()
817 jsgraph()->NoContextConstant() || in ReduceJSToNumber()
823 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in ReduceJSToNumber()
Djs-native-context-specialization.cc298 jsgraph()->NoContextConstant(), this_effect, this_control); in ReduceNamedAccess()