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 189 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); local
196 if (debug_state.show_fps_counter) {
202 if (debug_state.continuous_painting) {
216 if (debug_state.ShowMemoryStats()) {
230 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); local
232 if (debug_state.ShowHudRects()) {
240 if (debug_state.continuous_painting) {
243 } else if (debug_state.show_fps_counter)
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.h 183 void SetDebugState(const LayerTreeDebugState& debug_state);
184 const LayerTreeDebugState& debug_state() const { return debug_state_; } function in class:cc::LayerTreeHost
layer_tree_host_impl.h 395 const LayerTreeDebugState& debug_state() const { return debug_state_; } function in class:cc::LayerTreeHostImpl
layer_tree_host_unittest_context.cc 816 LayerTreeDebugState debug_state; variable
817 debug_state.show_property_changed_rects = true;
818 layer_tree_host()->SetDebugState(debug_state); variable
    [all...]
layer_tree_impl.cc 777 const LayerTreeDebugState& LayerTreeImpl::debug_state() const { function in class:cc::LayerTreeImpl
778 return layer_tree_host_impl_->debug_state();
    [all...]
layer_tree_host_unittest.cc 4886 LayerTreeDebugState debug_state = layer_tree_host()->debug_state(); local
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 375 cc::LayerTreeDebugState current = layer_tree_host_->debug_state();
619 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
620 debug_state.show_fps_counter = show;
621 layer_tree_host_->SetDebugState(debug_state);
625 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
626 debug_state.show_paint_rects = show;
627 layer_tree_host_->SetDebugState(debug_state);
631 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state() local
637 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
643 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 486 milliseconds