Home
last modified time | relevance | path

Searched refs:regular_count (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.h148 PerTypeEntryInfo() : regular_count(0), overflow_start(-1) {} in PerTypeEntryInfo()
154 int regular_count; member
H A Dconstant-pool.cc27 int dbl_count = info_[ConstantPoolEntry::DOUBLE].regular_count; in NextAccess()
29 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count; in NextAccess()
75 DCHECK(!merged || entry->merged_index() < info.regular_count); in AddEntry()
92 info.regular_count++; in AddEntry()

Completed in 3 milliseconds