Home | History | Annotate | Download | only in arm

Lines Matching full:instr_at

1234   Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }
1238 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); }