Home
last modified time | relevance | path

Searched refs:ReplaceContextInput (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.h84 static void ReplaceContextInput(Node* node, Node* context);
Djs-generic-lowering.cc120 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in LowerJSStrictEqual()
129 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in LowerJSStrictNotEqual()
138 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in LowerJSToBoolean()
147 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in LowerJSTypeOf()
Djs-call-reducer.cc149 NodeProperties::ReplaceContextInput( in ReduceFunctionPrototypeApply()
165 NodeProperties::ReplaceContextInput( in ReduceFunctionPrototypeCall()
Dnode-properties.cc155 void NodeProperties::ReplaceContextInput(Node* node, Node* context) { in ReplaceContextInput() function in v8::internal::compiler::NodeProperties
Djs-typed-lowering.cc1857 NodeProperties::ReplaceContextInput(node, context); in ReduceJSCallConstruct()
1940 NodeProperties::ReplaceContextInput(node, context); in ReduceJSCallFunction()