Home | History | Annotate | Download | only in arm

Lines Matching defs:Disassemble

28 // A Disassembler object is used to disassemble a block of code instruction by
32 // The example below will disassemble a block of code and print it to stdout.
45 // The Disassembler class also has a convenience method to disassemble a block
47 // achieved by just calling Disassembler::Disassemble(stdout, begin, end);
1063 // Disassemble the instruction at *instr_ptr into the output buffer.
1187 void Disassembler::Disassemble(FILE* f, byte* begin, byte* end) {