Home
last modified time | relevance | path

Searched refs:ReleaseBuildAssertion (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/profiling/
Dinstrumentation.h58 inline void ReleaseBuildAssertion(bool condition, const char* msg) { in ReleaseBuildAssertion() function
121 ReleaseBuildAssertion(size < kMaxSize, "ProfilingStack overflow"); in Push()
128 ReleaseBuildAssertion(size > 0, "ProfilingStack underflow"); in Pop()
Dprofiler.h351 ReleaseBuildAssertion(!IsProfiling(), "We're already profiling!"); in StartProfiling()
361 ReleaseBuildAssertion(IsProfiling(), "We weren't profiling!"); in FinishProfiling()
/external/gemmlowp/internal/
Dallocator.h104 ReleaseBuildAssertion(!storage_size_ || storage_, "allocation failure");
/external/gemmlowp/test/
Dtest.h39 ReleaseBuildAssertion( \