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

  /external/chromium_org/v8/src/
scanner.h 129 class UnicodeCache {
131 UnicodeCache() {}
150 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
159 explicit DuplicateFinder(UnicodeCache* constants)
195 UnicodeCache* unicode_constants_;
357 explicit Scanner(UnicodeCache* scanner_contants);
435 UnicodeCache* unicode_cache() { return unicode_cache_; }
588 UnicodeCache* unicode_cache_;
  /external/v8/src/
scanner.h 143 class UnicodeCache {
147 UnicodeCache() {}
166 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
320 explicit Scanner(UnicodeCache* scanner_contants);
390 UnicodeCache* unicode_cache() { return unicode_cache_; }
539 UnicodeCache* unicode_cache_;

Completed in 530 milliseconds