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

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

Completed in 92 milliseconds