Home
last modified time | relevance | path

Searched defs:PerTypeEntryInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dconstant-pool.h147 struct PerTypeEntryInfo { struct
148 PerTypeEntryInfo() : regular_count(0), overflow_start(-1) {} in PerTypeEntryInfo() function
161 PerTypeEntryInfo info_[ConstantPoolEntry::NUMBER_OF_TYPES]; argument