Searched defs:Instruction (Results 1 - 4 of 4) sorted by last modified time

/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();
/art/runtime/
H A Ddex_instruction.h35 class Instruction { class in namespace:art
201 static const Instruction* At(const uint16_t* code) {
203 return reinterpret_cast<const Instruction*>(code);
207 const Instruction* RelativeAt(int32_t offset) const WARN_UNUSED {
212 const Instruction* Next() const {
217 const Instruction* Next_1xx() const {
223 const Instruction* Next_2xx() const {
229 const Instruction* Next_3xx() const {
235 const Instruction* Next_51l() const {
242 return Instruction
[all...]
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

Completed in 119 milliseconds