Home
last modified time | relevance | path

Searched defs:At (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/mips64/
Dconstants_mips64.h105 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/x86_64/
Dconstants_x86_64.h129 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/x86/
Dconstants_x86.h120 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/mips/
Dconstants_mips.h130 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/runtime/
Ddex_instruction.h225 static const Instruction* At(const uint16_t* code) { in At() function