HomeSort by relevance Sort by last modified time
    Searched refs:this_module (Results 1 - 3 of 3) sorted by null

  /external/lldb/examples/python/
diagnose_unwind.py 71 this_module = backtrace_print_frame (target, 0, cur_thread.GetFrameAtIndex(0).GetPC(), initial_fp)
74 if this_module != None:
75 module_list.append (this_module)
86 this_module = backtrace_print_frame (target, frame_num, cur_pc, cur_fp)
89 if this_module != None:
90 module_list.append (this_module)
107 this_module = backtrace_print_frame (target, frame_num, cur_pc, cur_fp)
110 if this_module != None:
111 module_list.append (this_module)
182 this_module = backtrace_print_frame (target, frame_num, frame.GetPC(), frame.GetFP()
    [all...]
  /external/chromium_org/base/debug/
profiler.cc 114 HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase); local
115 base::win::PEImage image(this_module);
185 HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase);
186 base::win::PEImage image(this_module);
  /external/chromium_org/base/
base_paths_win.cc 39 HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase); local
40 GetModuleFileName(this_module, system_buffer, MAX_PATH);

Completed in 69 milliseconds