Searched refs:UnicodeCache (Results 1 – 19 of 19) 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() 23 bool UnicodeCache::IsLineTerminatorSequence(unibrow::uchar c, in IsLineTerminatorSequence() 31 bool UnicodeCache::IsWhiteSpace(unibrow::uchar c) { in IsWhiteSpace() 36 bool UnicodeCache::IsWhiteSpaceOrLineTerminator(unibrow::uchar c) { in IsWhiteSpaceOrLineTerminator()
|
D | conversions.h | 19 class UnicodeCache; variable 93 double StringToDouble(UnicodeCache* unicode_cache, 97 double StringToDouble(UnicodeCache* unicode_cache, 102 double StringToDouble(UnicodeCache* unicode_cache, 173 double StringToDouble(Isolate* isolate, UnicodeCache* unicode_cache, 183 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string);
|
D | unicode-cache.h | 17 class UnicodeCache { 19 UnicodeCache() {} in UnicodeCache() function 40 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
|
D | conversions.cc | 65 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, Iterator* current, in AdvanceToNonspace() 76 double InternalStringToIntDouble(UnicodeCache* unicode_cache, Iterator current, in InternalStringToIntDouble() 301 UnicodeCache* unicode_cache = isolate_->unicode_cache(); in DetectRadixInternal() 493 UnicodeCache* unicode_cache = isolate()->unicode_cache(); in HandlePowerOfTwoCase() 557 double InternalStringToDouble(UnicodeCache* unicode_cache, Iterator current, in InternalStringToDouble() 817 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() 828 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() 841 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble() 1333 double StringToDouble(Isolate* isolate, UnicodeCache* unicode_cache, in StringToDouble() 1352 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) { in IsSpecialIndex()
|
D | dateparser.h | 52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader() 119 UnicodeCache* unicode_cache_;
|
D | compiler.h | 339 UnicodeCache unicode_cache;
|
D | dateparser-inl.h | 17 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Parse()
|
D | isolate.h | 113 class UnicodeCache; variable 1045 UnicodeCache* unicode_cache() { in unicode_cache() 1691 UnicodeCache* unicode_cache_;
|
D | isolate.cc | 2947 unicode_cache_ = new UnicodeCache(); in Throw()
|
D | objects.cc | 10862 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() 11487 UnicodeCache* cache = isolate->unicode_cache(); in CalculateLineEndsImpl()
|
D | api.cc | 2488 i::UnicodeCache unicode_cache_;
|
/external/v8/src/parsing/ |
D | parse-info.h | 33 class UnicodeCache; variable 133 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() 134 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache() 254 UnicodeCache* unicode_cache_;
|
D | scanner.h | 31 class UnicodeCache; variable 226 explicit Scanner(UnicodeCache* scanner_contants, Utf16CharacterStream* source, 327 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() 782 UnicodeCache* unicode_cache_;
|
D | scanner.cc | 174 Scanner::Scanner(UnicodeCache* unicode_cache, Utf16CharacterStream* source, in Scanner()
|
/external/v8/src/compiler-dispatcher/ |
D | unoptimized-compile-job.h | 28 class UnicodeCache; variable 73 std::unique_ptr<UnicodeCache> unicode_cache_;
|
D | unoptimized-compile-job.cc | 122 unicode_cache_.reset(new UnicodeCache()); in PrepareOnMainThread()
|
/external/v8/src/inspector/ |
D | string-util.cc | 102 v8::internal::UnicodeCache unicode_cache; in toDouble()
|
/external/v8/src/asmjs/ |
D | asm-scanner.cc | 311 UnicodeCache cache; in ConsumeNumber()
|
/external/v8/src/heap/ |
D | factory.cc | 625 Access<UnicodeCache::Utf8Decoder> decoder( in NewStringFromUtf8() 664 Access<UnicodeCache::Utf8Decoder> decoder( in NewStringFromUtf8SubString()
|