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

/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.h124 // Use the At(pc) function to create references to Instr.
125 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.h116 // Use the At(pc) function to create references to Instr.
117 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.h227 // Instr* instr = Instr::At(ptr);
437 // Use the At(pc) function to create references to Instr.
438 static Instr* At(uword pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::arm::Instr
/art/runtime/
H A Ddex_instruction.h187 static const Instruction* At(const uint16_t* code) { function in class:art::Instruction
194 return At(reinterpret_cast<const uint16_t*>(this) + offset);
/art/compiler/optimizing/
H A Dnodes.h748 const T& At(intptr_t i) const { function in class:art::EmbeddedArray

Completed in 3377 milliseconds