HomeSort by relevance Sort by last modified time
    Searched defs:Disassemble (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 68 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
131 // Disassemble the given function
186 DisassembleResult Disassemble(OutputFile &pOutput, const char *pTriple,
202 Disassemble(*output, pTriple, pFuncName, pFunc, FuncSize);
214 bcc::DisassembleResult Disassemble(llvm::raw_ostream &pOutput,
220 bcc::DisassembleResult bcc::Disassemble(OutputFile &pOutput,
  /external/v8/src/mips/
disasm-mips.cc 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.
44 // The Disassembler class also has a convenience method to disassemble a block
46 // achieved by just calling Disassembler::Disassemble(stdout, begin, end);
940 // Disassemble the instruction at *instr_ptr into the output buffer.
1033 void Disassembler::Disassemble(FILE* f, byte* begin, byte* end) {
  /external/v8/src/arm/
disasm-arm.cc 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.
44 // The Disassembler class also has a convenience method to disassemble a block
46 // achieved by just calling Disassembler::Disassemble(stdout, begin, end);
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc     [all...]
  /external/v8/src/x64/
disasm-x64.cc 304 // A new DisassemblerX64 object is created to disassemble each instruction.
305 // The object can only disassemble a single instruction.
    [all...]
  /external/v8/src/
objects.cc     [all...]
objects.h     [all...]

Completed in 224 milliseconds