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

/external/v8/src/
H A Dapi.h336 if (IsFreshString(address, top)) {
347 return IsFreshString(address, top) && IsUseCountLow(top);
353 static inline bool IsFreshString(Address string, Address top) { function in class:v8::internal::StringTracker

Completed in 34 milliseconds