HomeSort by relevance Sort by last modified time
    Searched refs:IsFreshString (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
api.h 334 if (IsFreshString(address, top)) {
345 return IsFreshString(address, top) && IsUseCountLow(top);
351 static inline bool IsFreshString(Address string, Address top) {
  /external/chromium_org/v8/src/
api.h 423 if (IsFreshString(address, top)) {
434 return IsFreshString(address, top) && IsUseCountLow(top);
440 static inline bool IsFreshString(Address string, Address top) {

Completed in 23 milliseconds