Lines Matching refs:state
13 #include "src/maglev/maglev-code-gen-state.h"
101 void Process(NodeT* node, const ProcessingState& state) {
112 state);
115 node->GenerateCode(code_gen_state_, state);
226 const ProcessingState& state) {
229 __ RecordComment("-- Target has no state, must be a fallthrough");
233 int predecessor_id = state.block()->predecessor_id();
251 for (auto entry : target->state()->register_state()) {
253 if (LoadMergeState(entry.state, &merge)) {
271 phi->input(state.block()->predecessor_id()).operand());
401 deopt_info->state.bytecode_position, kFunctionLiteralIndex,
405 *code_gen_state_.compilation_unit(), deopt_info->state.register_frame,
441 deopt_info->state.bytecode_position, kFunctionLiteralIndex,
445 *code_gen_state_.compilation_unit(), deopt_info->state.register_frame,
616 data->SetBytecodeOffset(i, deopt_info->state.bytecode_position);
626 data->SetBytecodeOffset(i, deopt_info->state.bytecode_position);