Searched refs:mTotalPrepareStatementCacheMiss (Results 1 – 3 of 3) sorted by relevance
108 public int mTotalPrepareStatementCacheMiss = 0; field in SQLiteConnectionPool525 mTotalPrepareStatements - mTotalPrepareStatementCacheMiss, in collectDbStats()526 mTotalPrepareStatementCacheMiss, mTotalPrepareStatements, true); in collectDbStats()1246 return (double) mTotalPrepareStatementCacheMiss / (double) mTotalPrepareStatements; in getStatementCacheMissRate()
1097 ++mPool.mTotalPrepareStatementCacheMiss; in acquirePreparedStatementLI()
2714 return mConnectionPoolLocked.mTotalPrepareStatementCacheMiss; in getTotalStatementCacheMisses()