Searched defs:Instruction (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddex_instruction_visitor.h33 const Instruction* inst = Instruction::At(&code[i]);
36 case Instruction::cname: { \
54 void Do_ ## cname(const Instruction* inst) { \
64 void Do_Default(const Instruction*) { argument
H A Ddex_instruction_visitor_test.cc38 void Do_Default(const Instruction*) { argument
H A Ddex_instruction.h35 class Instruction { class in namespace:art
187 static const Instruction* At(const uint16_t* code) {
189 return reinterpret_cast<const Instruction*>(code);
193 const Instruction* RelativeAt(int32_t offset) const {
198 const Instruction* Next() const {
203 const Instruction* Next_1xx() const {
209 const Instruction* Next_2xx() const {
215 const Instruction* Next_3xx() const {
221 const Instruction* Next_51l() const {
228 return Instruction
[all...]

Completed in 887 milliseconds