Searched refs:NoContextConstant (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | js-graph.h | 115 Node* NoContextConstant() { return ZeroConstant(); } in NoContextConstant() function
|
D | change-lowering.cc | 80 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()
|
D | js-graph.cc | 187 state_values, state_values, state_values, NoContextConstant(), in EmptyFrameState()
|
D | simplified-lowering.cc | 1119 node->AppendInput(jsgraph_->zone(), jsgraph_->NoContextConstant()); in VisitNode() 1627 NodeProperties::GetValueInput(node, 1), jsgraph()->NoContextConstant(), in StringComparison()
|
D | js-typed-lowering.cc | 344 javascript()->ToNumber(), node, jsgraph()->NoContextConstant(), in ConvertPlainPrimitiveToNumber() 817 jsgraph()->NoContextConstant() || in ReduceJSToNumber() 823 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in ReduceJSToNumber()
|
D | js-native-context-specialization.cc | 298 jsgraph()->NoContextConstant(), this_effect, this_control); in ReduceNamedAccess()
|