Lines Matching refs:checks_count
33 int checks_count = 0; in InitPrototypeChecksImpl() local
54 checks_count++; in InitPrototypeChecksImpl()
70 if (checks_count == 0) { in InitPrototypeChecksImpl()
73 DCHECK_EQ(1, checks_count); in InitPrototypeChecksImpl()
77 checks_count++; in InitPrototypeChecksImpl()
79 return checks_count; in InitPrototypeChecksImpl()
124 int checks_count = GetPrototypeCheckCount<LoadHandler>( in LoadFromPrototype() local
130 int data_count = 1 + checks_count; in LoadFromPrototype()
147 int checks_count = GetPrototypeCheckCount<LoadHandler>( in LoadFullChain() local
153 DCHECK_EQ(0, checks_count); in LoadFullChain()
158 int data_count = 1 + checks_count; in LoadFullChain()
258 int checks_count = GetPrototypeCheckCount<StoreHandler>( in StoreThroughPrototype() local
263 DCHECK_IMPLIES(validity_cell->IsSmi(), checks_count == 0); in StoreThroughPrototype()
265 int data_count = 1 + checks_count; in StoreThroughPrototype()