Home
last modified time | relevance | path

Searched refs:CanMigrateInParallel (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring.h64 V8_INLINE bool CanMigrateInParallel() const;
Dstring.cc232 if (initial_shape.CanMigrateInParallel()) { in MigrateStringMapUnderLockIfNeeded()
284 if (DEBUG_BOOL && initial_shape.CanMigrateInParallel()) { in MigrateStringMapUnderLockIfNeeded()
Dstring-inl.h182 bool StringShape::CanMigrateInParallel() const { in CanMigrateInParallel() function