Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.cc890 int checks_count = 0; in InitPrototypeChecks() local
901 array->set(LoadHandler::kFirstPrototypeIndex + checks_count, in InitPrototypeChecks()
904 checks_count++; in InitPrototypeChecks()
913 array->set(LoadHandler::kFirstPrototypeIndex + checks_count, *weak_cell); in InitPrototypeChecks()
915 checks_count++; in InitPrototypeChecks()
936 array->set(first_index + checks_count, *weak_cell); in InitPrototypeChecks()
938 checks_count++; in InitPrototypeChecks()
947 array->set(first_index + checks_count, *weak_cell); in InitPrototypeChecks()
949 checks_count++; in InitPrototypeChecks()
952 return checks_count; in InitPrototypeChecks()
[all …]