Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dconstants_x86.h106 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/mips64/
Dconstants_mips64.h106 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/x86_64/
Dconstants_x86_64.h130 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/mips/
Dconstants_mips.h131 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/libdexfile/dex/
Dcompact_dex_file.h38 static const Header* At(const void* at) { in At() function
Ddex_instruction.h236 static const Instruction* At(const uint16_t* code) { in At() function