Lines Matching defs:state
36 #include "src/maglev/maglev-interpreter-frame-state.h"
54 void Process(NodeBase* node, const ProcessingState& state) {
69 void Process(NodeT* node, const ProcessingState& state) {
71 MarkCheckpointNodes(node, node->eager_deopt_info(), state);
77 MarkCheckpointNodes(node, node->lazy_deopt_info(), state);
81 void Process(Phi* node, const ProcessingState& state) {
89 void Process(JumpLoop* node, const ProcessingState& state) {
90 int i = state.block()->predecessor_id();
99 void Process(Jump* node, const ProcessingState& state) {
100 int i = state.block()->predecessor_id();
112 const ProcessingState& state) {
114 deopt_info->state.register_frame;
119 *state.compilation_unit(),
125 const ProcessingState& state) {
127 deopt_info->state.register_frame;
132 *state.compilation_unit(),