Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc242 if (entry64_count_ == 0) first_use_64_ = offset; in RecordKey()
243 ++entry64_count_; in RecordKey()
309 entry64_count_ = 0; in Clear()
490 if (entry64_count_ == 0) first_use_64_ = offset; in RecordKey()
491 ++entry64_count_; in RecordKey()
558 entry64_count_ = 0; in Clear()
H A Dconstant-pool.h261 size_t Entry64Count() const { return entry64_count_; } in Entry64Count()
343 size_t entry64_count_ = 0; member in v8::internal::ConstantPool

Completed in 3 milliseconds