HomeSort by relevance Sort by last modified time
    Searched refs:Disassemble (Results 1 - 25 of 59) sorted by null

1 2 3

  /frameworks/compile/libbcc/include/bcc/Support/
Disassembler.h 42 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
46 DisassembleResult Disassemble(OutputFile &pOutput, const char *pTriple,
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.h 36 // Disassemble() method.
57 // Attempts to disassemble a single instruction starting from the
64 // if unable to disassemble, enItUnused if this seems to be an unused
70 InstructionType Disassemble(unsigned char* start,
preamble_patcher_with_stub.cpp 82 // Let's disassemble the preamble of the target function to see if we can
90 disassembler.Disassemble(target + preamble_bytes, &preamble_bytes);
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.h 36 // Disassemble() method.
57 // Attempts to disassemble a single instruction starting from the
64 // if unable to disassemble, enItUnused if this seems to be an unused
70 InstructionType Disassemble(unsigned char* start,
  /external/chromium_org/v8/src/
disasm.h 71 static void Disassemble(FILE* f, byte* begin, byte* end);
codegen.cc 158 info->closure()->shared()->code()->Disassemble(
167 code->Disassemble(CodeStub::MajorName(major_key, false));
169 code->Disassemble(*function->debug_name()->ToCString());
  /external/v8/src/
disasm.h 71 static void Disassemble(FILE* f, byte* begin, byte* end);
codegen.cc 140 info->closure()->shared()->code()->Disassemble(
147 code->Disassemble(*function->debug_name()->ToCString());
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.h 72 // Disassemble() method.
93 // Attempts to disassemble a single instruction starting from the
100 // if unable to disassemble, enItUnused if this seems to be an unused
106 InstructionType Disassemble(unsigned char* start, unsigned int& instruction_bytes);
preamble_patcher_test.cc 124 sidestep::InstructionType instructionType = disassembler.Disassemble(
226 SIDESTEP_EXPECT_TRUE(sidestep::IT_JUMP == disassembler.Disassemble(
preamble_patcher_with_stub.cc 134 // Let's disassemble the preamble of the target function to see if we can
144 disassembler.Disassemble(target + preamble_bytes, cur_bytes);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.h 72 // Disassemble() method.
93 // Attempts to disassemble a single instruction starting from the
100 // if unable to disassemble, enItUnused if this seems to be an unused
106 InstructionType Disassemble(unsigned char* start, unsigned int& instruction_bytes);
preamble_patcher_test.cc 124 sidestep::InstructionType instructionType = disassembler.Disassemble(
226 SIDESTEP_EXPECT_TRUE(sidestep::IT_JUMP == disassembler.Disassemble(
preamble_patcher_with_stub.cc 134 // Let's disassemble the preamble of the target function to see if we can
144 disassembler.Disassemble(target + preamble_bytes, cur_bytes);
  /external/chromium_org/tools/memory_watcher/
mini_disassembler.h 44 // Disassemble() method.
65 // Attempts to disassemble a single instruction starting from the
72 // if unable to disassemble, enItUnused if this seems to be an unused
78 InstructionType Disassemble(unsigned char* start, unsigned int& instruction_bytes);
preamble_patcher_with_stub.cc 73 // Let's disassemble the preamble of the target function to see if we can
81 disassembler.Disassemble(target + preamble_bytes, preamble_bytes);
preamble_patcher.cc 143 // We disassemble the preamble of the _stub_ to see how many bytes we
148 InstructionType instruction_type = disassembler.Disassemble(
  /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/chromium_org/courgette/
disassembler.h 31 // expected type. It is not required that this be called before Disassemble.
36 virtual bool Disassemble(AssemblyProgram* program) = 0;
disassembler.cc 84 if (!disassembler->Disassemble(program)) {
disassembler_elf_32_x86_unittest.cc 44 EXPECT_TRUE(disassembler->Disassemble(program));
disassembler_win32_x86.h 28 virtual bool Disassemble(AssemblyProgram* target);
disassembler_elf_32.h 91 virtual bool Disassemble(AssemblyProgram* target);
169 // Parsing Code used to really implement Disassemble
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 175 // Disassemble each function
185 Disassemble(pOutput, DEFAULT_TARGET_TRIPLE_STRING, func_name,
189 ALOGW("Failed to disassemble the function %s in %s (error code=%zu)!",
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 71 Disassemble("disassemble",
74 Disassembled("d", cl::desc("Alias for --disassemble"),
75 cl::aliasopt(Disassemble));
92 llvm::TripleName("triple", cl::desc("Target triple to disassemble for, "
96 llvm::ArchName("arch", cl::desc("Target arch to disassemble for, "
425 // If the section has no symbols just insert a dummy one and disassemble
444 // Disassemble symbol by symbol.
758 if (Disassemble)
760 if (Relocations && !Disassemble)
    [all...]

Completed in 460 milliseconds

1 2 3