Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc239 if (entry32_count_ == 0) first_use_32_ = offset; in RecordKey()
240 ++entry32_count_; in RecordKey()
308 entry32_count_ = 0; in Clear()
487 if (entry32_count_ == 0) first_use_32_ = offset; in RecordKey()
488 ++entry32_count_; in RecordKey()
557 entry32_count_ = 0; in Clear()
H A Dconstant-pool.h260 size_t Entry32Count() const { return entry32_count_; } in Entry32Count()
342 size_t entry32_count_ = 0; member in v8::internal::ConstantPool

Completed in 3 milliseconds