Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.h147 struct PerTypeEntryInfo { struct in v8::internal::ConstantPoolBuilder
148 PerTypeEntryInfo() : regular_count(0), overflow_start(-1) {} in PerTypeEntryInfo() function
161 PerTypeEntryInfo info_[ConstantPoolEntry::NUMBER_OF_TYPES];
H A Dconstant-pool.cc23 const PerTypeEntryInfo& info = info_[type]; in NextAccess()
54 PerTypeEntryInfo& info = info_[type]; in AddEntry()
102 PerTypeEntryInfo& info = info_[type]; in EmitSharedEntries()
128 PerTypeEntryInfo& info = info_[type]; in EmitGroup()

Completed in 3 milliseconds