Lines Matching full:instr_at
952 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); }956 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }