Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h83 static void ReplaceContextInput(Node* node, Node* context);
Djs-call-reducer.cc172 NodeProperties::ReplaceContextInput( in ReduceFunctionPrototypeApply()
188 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.cc1578 NodeProperties::ReplaceContextInput(node, context); in ReduceJSCallFunction()