Home
last modified time | relevance | path

Searched refs:GetContextInput (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-context-specialization.cc58 new_context == NodeProperties::GetContextInput(node)) { in SimplifyJSLoadContext()
77 new_context == NodeProperties::GetContextInput(node)) { in SimplifyJSStoreContext()
Djs-inlining.cc372 *context_out = NodeProperties::GetContextInput(match.node()); in DetermineCallContext()
456 Node* context = NodeProperties::GetContextInput(node); in ReduceJSWasmCall()
633 Node* caller_context = NodeProperties::GetContextInput(node); in ReduceJSCall()
Djs-create-lowering.cc165 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments()
258 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments()
385 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateGeneratorObject()
777 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateAsyncFunctionObject()
1224 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateFunctionContext()
1259 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateWithContext()
1280 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateCatchContext()
1305 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateBlockContext()
Djs-intrinsic-lowering.cc116 Node* const context = NodeProperties::GetContextInput(node); in ReduceCreateIterResultObject()
142 Node* const context = NodeProperties::GetContextInput(node); in ReduceCreateJSGeneratorObject()
Djs-typed-lowering.cc390 Node* context() { return NodeProperties::GetContextInput(node_); } in context()
584 Node* context = NodeProperties::GetContextInput(node); in ReduceJSAdd()
1112 Node* context = NodeProperties::GetContextInput(node); in ReduceJSToObject()
1192 Node* context = NodeProperties::GetContextInput(node); in ReduceJSHasInPrototypeChain()
1361 Node* context = NodeProperties::GetContextInput(node); in ReduceJSHasContextExtension()
1391 Node* context = NodeProperties::GetContextInput(node); in ReduceJSLoadContext()
1412 Node* context = NodeProperties::GetContextInput(node); in ReduceJSStoreContext()
2107 Node* context = NodeProperties::GetContextInput(node); in ReduceJSGeneratorStore()
2219 Node* context = NodeProperties::GetContextInput(node); in ReduceObjectIsArray()
Dnode-properties.h75 static Node* GetContextInput(Node* node) { in GetContextInput() function
Dnode-properties.cc581 Node* context = NodeProperties::GetContextInput(node); in GetOuterContext()
584 context = NodeProperties::GetContextInput(context); in GetOuterContext()
Djs-native-context-specialization.cc218 Node* context = NodeProperties::GetContextInput(node); in ReduceJSAsyncFunctionEnter()
255 Node* context = NodeProperties::GetContextInput(node); in ReduceJSAsyncFunctionReject()
291 Node* context = NodeProperties::GetContextInput(node); in ReduceJSAsyncFunctionResolve()
665 Node* context = NodeProperties::GetContextInput(node); in ReduceJSPromiseResolve()
700 Node* context = NodeProperties::GetContextInput(node); in ReduceJSResolvePromise()
1063 Node* context = NodeProperties::GetContextInput(node); in ReduceNamedAccess()
Descape-analysis.cc229 NodeProperties::GetContextInput(current_node())); in ContextInput()
Dsimplified-operator.h1089 NodeProperties::GetContextInput(node())); in context()
Djs-operator.h1127 NodeProperties::GetContextInput(node())); in context()
Dverifier.cc191 Node* context = NodeProperties::GetContextInput(node); in Check()
Djs-call-reducer.cc661 NodeProperties::GetContextInput(node_)); in ContextInput()
7427 Node* context = NodeProperties::GetContextInput(node); in ReduceCollectionIteration()
/third_party/chromium/patch/
D0001-cve.patch150857 NodeProperties::GetContextInput(current_node()));