Home
last modified time | relevance | path

Searched refs:context_out (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc350 Node** context_out) { in DetermineCallContext() argument
361 *context_out = jsgraph()->Constant(function.context()); in DetermineCallContext()
372 *context_out = NodeProperties::GetContextInput(match.node()); in DetermineCallContext()
379 *context_out = effect = graph()->NewNode( in DetermineCallContext()
Djs-inlining.h66 FeedbackCellRef DetermineCallContext(Node* node, Node** context_out);