Searched defs:instr_at (Results 1 – 2 of 2) sorted by relevance
952 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } in instr_at() function956 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } in instr_at() function
1234 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } in instr_at() function1238 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } in instr_at() function