Home | History | Annotate | Download | only in s390

Lines Matching defs:Disassemble

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