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

  /art/compiler/utils/
debug_stack.h 30 template <bool kIsDebug>
33 template <bool kIsDebug>
36 template <bool kIsDebug>
74 template <bool kIsDebug>
88 template <bool kIsDebug>
91 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<kIsDebug>* counter)
109 template <bool kIsDebug>
112 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref)
133 DebugStackReferenceImpl<kIsDebug>* ref_;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLInterface.cpp 92 static int kIsDebug = 1;
94 static int kIsDebug = 0;
98 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \

Completed in 1777 milliseconds