Searched refs:UnicodeCache (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/ |
D | unicode-cache-inl.h | 14 bool UnicodeCache::IsIdentifierStart(unibrow::uchar c) { in IsIdentifierStart() 19 bool UnicodeCache::IsIdentifierPart(unibrow::uchar c) { in IsIdentifierPart() 24 bool UnicodeCache::IsLineTerminator(unibrow::uchar c) { in IsLineTerminator() 29 bool UnicodeCache::IsLineTerminatorSequence(unibrow::uchar c, in IsLineTerminatorSequence() 37 bool UnicodeCache::IsWhiteSpace(unibrow::uchar c) { in IsWhiteSpace() 42 bool UnicodeCache::IsWhiteSpaceOrLineTerminator(unibrow::uchar c) { in IsWhiteSpaceOrLineTerminator()
|
D | conversions.h | 18 class UnicodeCache; variable 109 double StringToDouble(UnicodeCache* unicode_cache, 113 double StringToDouble(UnicodeCache* unicode_cache, 118 double StringToDouble(UnicodeCache* unicode_cache, 124 double StringToInt(UnicodeCache* unicode_cache, 129 double StringToInt(UnicodeCache* unicode_cache, 184 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string, 193 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string);
|
D | unicode-cache.h | 17 class UnicodeCache { 19 UnicodeCache() {} in UnicodeCache() function 41 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
|
D | conversions.cc | 73 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() 84 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() 97 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() 108 double StringToInt(UnicodeCache* unicode_cache, in StringToInt() 116 double StringToInt(UnicodeCache* unicode_cache, in StringToInt() 505 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string, in StringToDouble() 523 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) { in IsSpecialIndex()
|
D | conversions-inl.h | 244 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, in AdvanceToNonspace() 257 double InternalStringToIntDouble(UnicodeCache* unicode_cache, in InternalStringToIntDouble() 358 double InternalStringToInt(UnicodeCache* unicode_cache, in InternalStringToInt() 551 double InternalStringToDouble(UnicodeCache* unicode_cache, in InternalStringToDouble()
|
D | background-parsing-task.h | 40 UnicodeCache unicode_cache;
|
D | dateparser.h | 52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader() 119 UnicodeCache* unicode_cache_;
|
D | isolate.h | 83 class UnicodeCache; variable 886 UnicodeCache* unicode_cache() { in unicode_cache() 1400 UnicodeCache* unicode_cache_;
|
D | dateparser-inl.h | 17 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Parse()
|
D | factory.cc | 333 Access<UnicodeCache::Utf8Decoder> in NewStringFromUtf8() 369 Access<UnicodeCache::Utf8Decoder> decoder( in NewStringFromUtf8SubString()
|
D | isolate.cc | 2626 unicode_cache_ = new UnicodeCache(); in Throw()
|
D | objects.cc | 10246 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() 10879 UnicodeCache* cache = isolate->unicode_cache(); in CalculateLineEndsImpl()
|
D | api.cc | 2276 i::UnicodeCache unicode_cache_;
|
/external/v8/src/parsing/ |
D | parse-info.h | 29 class UnicodeCache; variable 148 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() 149 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache() 264 UnicodeCache* unicode_cache_;
|
D | scanner.h | 29 class UnicodeCache; variable 198 explicit Scanner(UnicodeCache* scanner_contants); 290 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() 733 UnicodeCache* unicode_cache_;
|
D | scanner.cc | 180 Scanner::Scanner(UnicodeCache* unicode_cache) in Scanner()
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher-job.h | 30 class UnicodeCache; variable 119 std::unique_ptr<UnicodeCache> unicode_cache_;
|
D | compiler-dispatcher-job.cc | 141 unicode_cache_.reset(new UnicodeCache()); in PrepareToParseOnMainThread()
|