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

  /external/libchrome/sandbox/win/src/sidestep/
mini_disassembler.cpp 28 InstructionType MiniDisassembler::Disassemble(
  /external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
find_loop_instructions.py 46 def Disassemble(object_filename, start_address, stop_address):
47 """Disassemble a portion of an object file using objdump."""
136 disassembly = Disassemble(object_filename, loop_start, loop_end)
  /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/ppc/
disasm-ppc.cc 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);
1078 // Disassemble the instruction at *instr_ptr into the output buffer.
    [all...]
  /external/v8/src/s390/
disasm-s390.cc 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);
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 118 // addresses. We will only disassemble the code once everything has
136 void Disassemble(std::ostream& output, size_t start, size_t end) const {
594 // If the information is available, disassemble the code generated for
600 disassembler_->Disassemble(output_, it->second.start, it->second.end);
659 disassembler_->Disassemble(output_, frame_entry.start, frame_entry.end);
678 disassembler_->Disassemble(output_, info.code_interval.start, info.code_interval.end);
  /external/v8/src/arm/
disasm-arm.cc 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);
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 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);
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 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);
    [all...]
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
  /external/v8/src/ia32/
disasm-ia32.cc     [all...]
  /external/v8/src/x87/
disasm-x87.cc     [all...]
  /external/v8/src/x64/
disasm-x64.cc 284 // A new DisassemblerX64 object is created to disassemble each instruction.
285 // The object can only disassemble a single instruction.
    [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 352 milliseconds