Home
last modified time | relevance | path

Searched defs:state_combine (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe-states.h135 OutputFrameStateCombine state_combine, in FrameStateInfo()
146 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
Dcommon-operator.cc1469 BytecodeOffset bailout_id, OutputFrameStateCombine state_combine, in FrameState()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc1040 OutputFrameStateCombine state_combine) { in BuildTranslationForFrameStateDescriptor()
1112 size_t immediate_args_count, OutputFrameStateCombine state_combine) { in BuildTranslation()
Dinstruction.cc1098 OutputFrameStateCombine state_combine, size_t parameters_count, in FrameStateDescriptor()
1177 OutputFrameStateCombine state_combine, size_t parameters_count, in JSToWasmFrameStateDescriptor()
Dinstruction.h1393 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function