Searched defs:At (Results 1 – 4 of 4) sorted by relevance
101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
117 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
168 static const Instruction* At(const uint16_t* code) { in At() function
438 static Instr* At(uword pc) { return reinterpret_cast<Instr*>(pc); } in At() function