Searched defs:At (Results 1 – 5 of 5) sorted by relevance
105 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
129 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
120 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
130 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
225 static const Instruction* At(const uint16_t* code) { in At() function