Searched defs:Instruction (Results 1 - 4 of 4) 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.cc37 void Do_Default(const Instruction*) { argument
H A Ddex_instruction.h35 class Instruction { class in namespace:art
185 static const Instruction* At(const uint16_t* code) {
187 return reinterpret_cast<const Instruction*>(code);
191 const Instruction* RelativeAt(int32_t offset) const WARN_UNUSED {
196 const Instruction* Next() const {
201 const Instruction* Next_1xx() const {
207 const Instruction* Next_2xx() const {
213 const Instruction* Next_3xx() const {
219 const Instruction* Next_51l() const {
226 return Instruction
[all...]
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java54 public class Instruction implements RawDexObject { class in inherits:RawDexObject
88 public Instruction clone() {
89 Instruction newInsn = new Instruction();

Completed in 4731 milliseconds