Home
last modified time | relevance | path

Searched refs:OutputFrameStateCombine (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.h29 enum OutputFrameStateCombine { enum
46 OutputFrameStateCombine state_combine,
55 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine()
61 OutputFrameStateCombine frame_state_combine_;
101 OutputFrameStateCombine state_combine,
Dcode-generator.h93 OutputFrameStateCombine state_combine);
97 OutputFrameStateCombine state_combine);
Dast-graph-builder.h177 OutputFrameStateCombine combine = kIgnoreOutput);
179 OutputFrameStateCombine StateCombineFromAstContext();
261 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine);
290 OutputFrameStateCombine GetStateCombine() { in GetStateCombine()
Dcode-generator.cc303 OutputFrameStateCombine state_combine) { in BuildTranslationForFrameStateDescriptor()
349 OutputFrameStateCombine state_combine) { in BuildTranslation()
Dinstruction.h719 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine()
740 size_t GetHeight(OutputFrameStateCombine override) const { in GetHeight()
777 OutputFrameStateCombine frame_state_combine_;
Dcommon-operator.cc217 OutputFrameStateCombine state_combine, MaybeHandle<JSFunction> jsfunction) { in FrameState()
Dast-graph-builder.cc221 BailoutId ast_id, OutputFrameStateCombine combine) { in Checkpoint()
2023 OutputFrameStateCombine combine) { in PrepareFrameState()