Searched refs:Disassemble (Results 1 - 25 of 30) sorted by relevance

12

/external/v8/src/
H A Ddisasm.h48 static void Disassemble(FILE* f, byte* begin, byte* end);
H A Dcodegen.cc202 info->closure()->shared()->code()->Disassemble(
215 code->Disassemble(CodeStub::MajorName(major_key, false), os);
217 code->Disassemble(function->debug_name()->ToCString().get(), os);
H A Dcode-stubs.cc158 new_object->Disassemble(name.c_str(), os);
H A Dobjects-printer.cc865 Disassemble(NULL, os);
H A Dbuiltins.cc1578 code->Disassemble(functions[i].s_name, os);
/external/lldb/include/lldb/Core/
H A DDisassembler.h286 Disassemble (Debugger &debugger,
298 Disassemble (Debugger &debugger,
310 Disassemble (Debugger &debugger,
322 Disassemble (Debugger &debugger,
335 Disassemble (Debugger &debugger,
/external/lldb/test/python_api/default-constructor/
H A Dsb_frame.py28 obj.Disassemble()
/external/v8/src/ic/
H A Daccess-compiler.cc24 code->Disassemble(name, os);
/external/lldb/scripts/Python/interface/
H A DSBFrame.i170 Disassemble () const;
319 __swig_getmethods__["disassembly"] = Disassemble
320 if _newclass: disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly for this stack frame as a python string.''')
/external/lldb/include/lldb/API/
H A DSBFrame.h133 Disassemble () const;
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h30 extern cl::opt<bool> Disassemble;
H A Dllvm-objdump.cpp65 llvm::Disassemble("disassemble",
69 cl::aliasopt(Disassemble));
375 // Disassemble symbol by symbol.
777 if (Disassemble)
779 if (Relocations && !Disassemble)
879 if (!Disassemble
/external/lldb/source/Core/
H A DDisassembler.cpp127 Disassembler::Disassemble function in class:Disassembler
153 if (Disassemble (debugger,
173 Disassembler::Disassemble function in class:Disassembler
216 return Disassemble (debugger,
291 Disassembler::Disassemble function in class:Disassembler
338 Disassembler::Disassemble function in class:Disassembler
507 Disassembler::Disassemble function in class:Disassembler
543 return Disassemble (debugger,
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp121 // Disassemble the current source line kind of implies showing mixed
251 "Disassemble entire contents of the given function name."},
252 { LLDB_OPT_SET_4 , false, "frame" , 'f', no_argument , NULL, 0, eArgTypeNone, "Disassemble from the start of the current frame's function."},
253 { LLDB_OPT_SET_5 , false, "pc" , 'p', no_argument , NULL, 0, eArgTypeNone, "Disassemble around the current pc."},
254 { LLDB_OPT_SET_6 , false, "line" , 'l', no_argument , NULL, 0, eArgTypeNone, "Disassemble the current frame's current source line instructions if there debug line table information, else disasemble around the pc."},
255 { LLDB_OPT_SET_7 , false, "address" , 'a', required_argument , NULL, 0, eArgTypeAddressOrExpression, "Disassemble function containing this address."},
268 "Disassemble bytes in the current function, or elsewhere in the executable program as specified by the user.",
350 if (Disassembler::Disassemble (m_interpreter.GetDebugger(),
505 if (Disassembler::Disassemble (m_interpreter.GetDebugger(),
552 if (Disassembler::Disassemble (m_interprete
[all...]
/external/lldb/include/lldb/Target/
H A DStackFrame.h121 Disassemble ();
/external/v8/test/cctest/compiler/
H A Dfunction-tester.h78 code->Disassemble("test code", tracing_scope.file());
/external/v8/src/compiler/
H A Dpipeline.cc356 code->Disassemble("test code", os);
/external/lldb/source/Target/
H A DStackFrame.cpp261 StackFrame::Disassemble () function in class:StackFrame
271 Disassembler::Disassemble (target->GetDebugger(),
1431 Disassembler::Disassemble (target->GetDebugger(),
/external/v8/test/cctest/
H A Dtest-disasm-x87.cc413 disasm::Disassembler::Disassemble(stdout, begin, end);
H A Dtest-disasm-ia32.cc486 disasm::Disassembler::Disassemble(stdout, begin, end);
H A Dtest-disasm-x64.cc449 disasm::Disassembler::Disassemble(stdout, begin, end);
/external/lldb/source/API/
H A DSBFrame.cpp1010 SBFrame::Disassemble () const function in class:SBFrame
1028 disassembly = frame->Disassemble();
1033 log->Printf ("SBFrame::Disassemble () => error: could not reconstruct frame object for this SBFrame.");
1039 log->Printf ("SBFrame::Disassemble () => error: process is running");
1044 log->Printf ("SBFrame(%p)::Disassemble () => %s", frame, disassembly);
/external/v8/src/x64/
H A Ddisasm-x64.cc1892 void Disassembler::Disassemble(FILE* f, byte* begin, byte* end) { function in class:disasm::Disassembler
/external/jemalloc/bin/
H A Djeprof.in1319 sub Disassemble {
1550 # If the symbol table contains inlining info, Disassemble() may tag an
1601 # Disassemble all instructions (just to get line numbers)
1602 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
1893 # Disassemble all instructions
1894 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
/external/v8/src/ia32/
H A Ddisasm-ia32.cc1755 /*static*/ void Disassembler::Disassemble(FILE* f, byte* begin, byte* end) { function in class:disasm::Disassembler

Completed in 610 milliseconds

12