Searched defs:At (Results 1 – 7 of 7) sorted by relevance
77 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
127 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
118 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
435 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
185 static const Instruction* At(const uint16_t* code) { in At() function
1659 const T& At(intptr_t i) const { in At() function