Home
last modified time | relevance | path

Searched refs:UnicodeCache (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/
Dunicode-cache-inl.h14 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()
Dconversions.h19 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);
Dunicode-cache.h17 class UnicodeCache {
19 UnicodeCache() {} in UnicodeCache() function
40 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
Dconversions.cc65 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()
Ddateparser.h52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader()
119 UnicodeCache* unicode_cache_;
Dcompiler.h339 UnicodeCache unicode_cache;
Ddateparser-inl.h17 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Parse()
Disolate.h113 class UnicodeCache; variable
1045 UnicodeCache* unicode_cache() { in unicode_cache()
1691 UnicodeCache* unicode_cache_;
Disolate.cc2947 unicode_cache_ = new UnicodeCache(); in Throw()
Dobjects.cc10862 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim()
11487 UnicodeCache* cache = isolate->unicode_cache(); in CalculateLineEndsImpl()
Dapi.cc2488 i::UnicodeCache unicode_cache_;
/external/v8/src/parsing/
Dparse-info.h33 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_;
Dscanner.h31 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_;
Dscanner.cc174 Scanner::Scanner(UnicodeCache* unicode_cache, Utf16CharacterStream* source, in Scanner()
/external/v8/src/compiler-dispatcher/
Dunoptimized-compile-job.h28 class UnicodeCache; variable
73 std::unique_ptr<UnicodeCache> unicode_cache_;
Dunoptimized-compile-job.cc122 unicode_cache_.reset(new UnicodeCache()); in PrepareOnMainThread()
/external/v8/src/inspector/
Dstring-util.cc102 v8::internal::UnicodeCache unicode_cache; in toDouble()
/external/v8/src/asmjs/
Dasm-scanner.cc311 UnicodeCache cache; in ConsumeNumber()
/external/v8/src/heap/
Dfactory.cc625 Access<UnicodeCache::Utf8Decoder> decoder( in NewStringFromUtf8()
664 Access<UnicodeCache::Utf8Decoder> decoder( in NewStringFromUtf8SubString()