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

  /external/v8/src/
api.h 345 return IsFreshString(address, top) && IsUseCountLow(top);
355 inline bool IsUseCountLow(Address top) {
  /external/chromium_org/v8/src/
api.h 434 return IsFreshString(address, top) && IsUseCountLow(top);
444 inline bool IsUseCountLow(Address top) {

Completed in 25 milliseconds