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

  /external/ltrace/sysdeps/linux-gnu/
os.h 24 int debug_state; member in struct:os_process_data
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 218 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); local
225 if (debug_state.show_fps_counter) {
231 if (debug_state.continuous_painting) {
245 if (debug_state.ShowMemoryStats()) {
259 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); local
261 if (debug_state.ShowHudRects()) {
269 if (debug_state.continuous_painting) {
272 } else if (debug_state.show_fps_counter)
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.h 190 void SetDebugState(const LayerTreeDebugState& debug_state);
191 const LayerTreeDebugState& debug_state() const { return debug_state_; } function in class:cc::LayerTreeHost
layer_tree_host_impl.h 391 const LayerTreeDebugState& debug_state() const { return debug_state_; } function in class:cc::LayerTreeHostImpl
layer_tree_host_unittest_context.cc 1000 LayerTreeDebugState debug_state; variable
1002 layer_tree_host()->SetDebugState(debug_state); variable
    [all...]
layer_tree_impl.cc 828 const LayerTreeDebugState& LayerTreeImpl::debug_state() const { function in class:cc::LayerTreeImpl
829 return layer_tree_host_impl_->debug_state();
    [all...]
layer_tree_host_unittest.cc 5008 LayerTreeDebugState debug_state = layer_tree_host()->debug_state(); local
5014 LayerTreeDebugState debug_state = layer_tree_host()->debug_state(); local
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 451 cc::LayerTreeDebugState current = layer_tree_host_->debug_state();
730 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
731 debug_state.show_fps_counter = show;
732 layer_tree_host_->SetDebugState(debug_state);
736 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
737 debug_state.show_paint_rects = show;
738 layer_tree_host_->SetDebugState(debug_state);
742 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state() local
748 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
754 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 1083 DBG &debug_state = m_state.dbg; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp 588 DBG &debug_state = m_state.context.dbg;
592 if (IsWatchpointHit(debug_state, i))
597 ClearWatchpointHits(debug_state);
733 DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write)
757 debug_state.__dr7 |= (1 << (2*hw_index) |
762 debug_state.__dr0 = addr_32; break;
764 debug_state.__dr1 = addr_32; break;
766 debug_state.__dr2 = addr_32; break;
768 debug_state.__dr3 = addr_32; break;
776 DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index
907 DBG &debug_state = m_state.context.dbg; local
946 DBG &debug_state = m_state.context.dbg; local
976 DBG &debug_state = m_state.context.dbg; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp 542 DBG &debug_state = m_state.context.dbg;
546 if (IsWatchpointHit(debug_state, i))
551 ClearWatchpointHits(debug_state);
687 DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write)
711 debug_state.__dr7 |= (1 << (2*hw_index) |
715 debug_state.__dr0 = addr; break;
717 debug_state.__dr1 = addr; break;
719 debug_state.__dr2 = addr; break;
721 debug_state.__dr3 = addr; break;
729 DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index
860 DBG &debug_state = m_state.context.dbg; local
899 DBG &debug_state = m_state.context.dbg; local
929 DBG &debug_state = m_state.context.dbg; local
    [all...]

Completed in 491 milliseconds