/external/v8/src/ |
D | conversions.cc | 65 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, Iterator* current, in AdvanceToNonspace() argument 68 if (!unicode_cache->IsWhiteSpaceOrLineTerminator(**current)) return true; in AdvanceToNonspace() 76 double InternalStringToIntDouble(UnicodeCache* unicode_cache, Iterator current, in InternalStringToIntDouble() argument 105 !AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToIntDouble() 137 AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToIntDouble() 301 UnicodeCache* unicode_cache = isolate_->unicode_cache(); in DetectRadixInternal() local 303 if (!AdvanceToNonspace(unicode_cache, ¤t, end)) { in DetectRadixInternal() 435 AdvanceToNonspace(isolate_->unicode_cache(), ¤t, end)) { in ParseInternal() 493 UnicodeCache* unicode_cache = isolate()->unicode_cache(); in HandlePowerOfTwoCase() local 499 return InternalStringToIntDouble<1>(unicode_cache, current, end, in HandlePowerOfTwoCase() [all …]
|
D | conversions.h | 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 | dateparser-inl.h | 17 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Parse() local 19 InputReader<Char> in(unicode_cache, str); in Parse()
|
D | dateparser.h | 52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader() argument 55 unicode_cache_(unicode_cache) { in InputReader()
|
D | compiler.h | 339 UnicodeCache unicode_cache; member
|
D | json-parser.cc | 673 number = StringToDouble(isolate()->unicode_cache(), chars, in ParseJsonNumber() 681 number = StringToDouble(isolate()->unicode_cache(), result, in ParseJsonNumber()
|
D | lookup.cc | 1032 return IsSpecialIndex(isolate_->unicode_cache(), *name_string) in NotFound()
|
D | isolate.h | 1045 UnicodeCache* unicode_cache() { in unicode_cache() function
|
D | compiler.cc | 973 info->set_unicode_cache(&source_->unicode_cache); in BackgroundCompileTask()
|
D | objects.cc | 10862 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() local 10865 unicode_cache->IsWhiteSpaceOrLineTerminator(string->Get(left))) { in Trim() 10875 unicode_cache->IsWhiteSpaceOrLineTerminator(string->Get(right - 1))) { in Trim() 11003 StringToDouble(isolate, isolate->unicode_cache(), subject, flags)); in ToNumber() 11487 UnicodeCache* cache = isolate->unicode_cache(); in CalculateLineEndsImpl()
|
/external/v8/src/parsing/ |
D | parse-info.h | 133 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() function 134 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache() argument 135 unicode_cache_ = unicode_cache; in set_unicode_cache()
|
D | parse-info.cc | 43 set_unicode_cache(isolate->unicode_cache()); in ParseInfo()
|
D | scanner.h | 327 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() function
|
D | scanner.cc | 174 Scanner::Scanner(UnicodeCache* unicode_cache, Utf16CharacterStream* source, in Scanner() argument 176 : unicode_cache_(unicode_cache), in Scanner()
|
D | parser.cc | 415 scanner_(info->unicode_cache(), info->character_stream(), in Parser()
|
/external/v8/src/inspector/ |
D | string-util.cc | 102 v8::internal::UnicodeCache unicode_cache; in toDouble() local 105 double result = StringToDouble(&unicode_cache, s, flags); in toDouble()
|
/external/v8/src/runtime/ |
D | runtime-numbers.cc | 65 double value = StringToDouble(isolate, isolate->unicode_cache(), subject, in RUNTIME_FUNCTION()
|
/external/v8/src/compiler/ |
D | js-heap-broker.cc | 154 broker->isolate(), broker->isolate()->unicode_cache(), object, flags); in StringData() 906 broker()->isolate()->unicode_cache(), in ToNumber()
|
D | access-info.cc | 495 IsSpecialIndex(isolate()->unicode_cache(), String::cast(*name))) { in ComputePropertyAccessInfo()
|
/external/v8/src/heap/ |
D | factory.cc | 626 isolate()->unicode_cache()->utf8_decoder()); in NewStringFromUtf8() 665 isolate()->unicode_cache()->utf8_decoder()); in NewStringFromUtf8SubString()
|