Home
last modified time | relevance | path

Searched defs:At (Results 1 – 4 of 4) 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/x86_64/
Dconstants_x86_64.h133 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/libdexfile/dex/
Dcompact_dex_file.h39 static const Header* At(const void* at) { in At() function
Ddex_instruction.h240 static const Instruction* At(const uint16_t* code) { in At() function