Searched defs:At (Results 1 - 7 of 7) sorted by relevance

/art/compiler/utils/mips64/
H A Dconstants_mips64.h76 // Use the At(pc) function to create references to Instr.
77 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::mips64::Instr
/art/compiler/utils/mips/
H A Dconstants_mips.h100 // Use the At(pc) function to create references to Instr.
101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::mips::Instr
/art/compiler/utils/x86_64/
H A Dconstants_x86_64.h126 // Use the At(pc) function to create references to Instr.
127 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::x86_64::Instr
/art/compiler/utils/x86/
H A Dconstants_x86.h117 // Use the At(pc) function to create references to Instr.
118 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::x86::Instr
/art/compiler/utils/arm/
H A Dconstants_arm.h224 // Instr* instr = Instr::At(ptr);
434 // Use the At(pc) function to create references to Instr.
435 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::arm::Instr
/art/runtime/
H A Ddex_instruction.h185 static const Instruction* At(const uint16_t* code) { function in class:art::Instruction
192 return At(reinterpret_cast<const uint16_t*>(this) + offset);
/art/compiler/optimizing/
H A Dnodes.h1659 const T& At(intptr_t i) const { function in class:art::EmbeddedArray

Completed in 128 milliseconds