Lines Matching refs:instr_at
1067 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); }1071 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }