Home
last modified time | relevance | path

Searched refs:continuation_frame_state (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc408 Node* continuation_frame_state = in ReduceJSWasmCall() local
424 &js_wasm_call_data, continuation_frame_state); in ReduceJSWasmCall()
Djs-call-reducer.cc974 Node* continuation_frame_state = in ReduceFastApiCall() local
989 inputs[cursor++] = continuation_frame_state; in ReduceFastApiCall()
3863 Node* continuation_frame_state = CreateGenericLazyDeoptContinuationFrameState( in ReduceCallApiFunction() local
3876 node->ReplaceInput(6 + argc + 1, continuation_frame_state); in ReduceCallApiFunction()
8177 Node* continuation_frame_state = in ReduceNumberConstructor() local
8186 NodeProperties::ReplaceFrameStateInput(node, continuation_frame_state); in ReduceNumberConstructor()
Djs-native-context-specialization.cc477 Node* continuation_frame_state = CreateStubBuiltinContinuationFrameState( in ReduceJSInstanceOf() local
492 node->ReplaceInput(5, continuation_frame_state); in ReduceJSInstanceOf()