Lines Matching defs:inst
378 RegExpInstruction inst = bytecode_[t.pc];
379 switch (inst.opcode) {
385 if (!SatisfiesAssertion(inst.payload.assertion_type, input_,
393 InterpreterThread fork{inst.payload.pc,
406 t.pc = inst.payload.pc;
420 GetRegisterArray(t)[inst.payload.register_index] = input_index_;
424 GetRegisterArray(t)[inst.payload.register_index] =
450 RegExpInstruction inst = bytecode_[t.pc];
451 DCHECK_EQ(inst.opcode, RegExpInstruction::CONSUME_RANGE);
452 RegExpInstruction::Uc16Range range = inst.payload.consume_range;