Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.cc167 enum class StringMigrationResult { enum
224 StringMigrationResult MigrateStringMapUnderLockIfNeeded( in MigrateStringMapUnderLockIfNeeded()
266 return StringMigrationResult::kAnotherThreadMigrated; in MigrateStringMapUnderLockIfNeeded()
294 return StringMigrationResult::kThisThreadMigrated; in MigrateStringMapUnderLockIfNeeded()
335 case StringMigrationResult::kThisThreadMigrated: in MakeThin()
338 case StringMigrationResult::kAnotherThreadMigrated: in MakeThin()