/external/v8/src/ |
conversions.cc | 73 double StringToDouble(UnicodeCache* unicode_cache, 79 return InternalStringToDouble(unicode_cache, start, end, flags, 84 double StringToDouble(UnicodeCache* unicode_cache, 92 return InternalStringToDouble(unicode_cache, start, end, flags, 97 double StringToDouble(UnicodeCache* unicode_cache, 102 return InternalStringToDouble(unicode_cache, str.start(), end, flags, 108 double StringToInt(UnicodeCache* unicode_cache, 112 unicode_cache, vector.start(), vector.start() + vector.length(), radix); 116 double StringToInt(UnicodeCache* unicode_cache, 120 unicode_cache, vector.start(), vector.start() + vector.length(), radix) [all...] |
conversions-inl.h | 244 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, 248 if (!unicode_cache->IsWhiteSpaceOrLineTerminator(**current)) return true; 257 double InternalStringToIntDouble(UnicodeCache* unicode_cache, 284 !AdvanceToNonspace(unicode_cache, ¤t, end)) { 316 AdvanceToNonspace(unicode_cache, ¤t, end)) { 358 double InternalStringToInt(UnicodeCache* unicode_cache, 365 if (!AdvanceToNonspace(unicode_cache, ¤t, end)) { 431 unicode_cache, current, end, negative, allow_trailing_junk); 434 unicode_cache, current, end, negative, allow_trailing_junk); 437 unicode_cache, current, end, negative, allow_trailing_junk) [all...] |
conversions.h | 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);
|
background-parsing-task.h | 40 UnicodeCache unicode_cache; member in struct:v8::internal::StreamedSource
|
background-parsing-task.cc | 38 info->set_unicode_cache(&source_->unicode_cache);
|
dateparser-inl.h | 17 UnicodeCache* unicode_cache = isolate->unicode_cache(); local 19 InputReader<Char> in(unicode_cache, str);
|
dateparser.h | 52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) 55 unicode_cache_(unicode_cache) {
|
json-parser.cc | 566 number = StringToDouble(isolate()->unicode_cache(), chars, 574 number = StringToDouble(isolate()->unicode_cache(), result,
|
lookup.cc | 794 return IsSpecialIndex(isolate_->unicode_cache(), *name_string) [all...] |
isolate.h | 886 UnicodeCache* unicode_cache() { function in class:v8::internal::Isolate [all...] |
factory.cc | 334 decoder(isolate()->unicode_cache()->utf8_decoder()); 370 isolate()->unicode_cache()->utf8_decoder()); [all...] |
objects.cc | 10246 UnicodeCache* unicode_cache = isolate->unicode_cache(); local [all...] |
/external/v8/src/parsing/ |
parse-info.cc | 58 set_unicode_cache(isolate_->unicode_cache()); 89 set_unicode_cache(isolate_->unicode_cache()); 120 p->set_unicode_cache(isolate->unicode_cache());
|
parse-info.h | 148 UnicodeCache* unicode_cache() const { return unicode_cache_; } function in class:v8::internal::ParseInfo 149 void set_unicode_cache(UnicodeCache* unicode_cache) { 150 unicode_cache_ = unicode_cache;
|
scanner.cc | 180 Scanner::Scanner(UnicodeCache* unicode_cache) 181 : unicode_cache_(unicode_cache), [all...] |
scanner.h | 290 UnicodeCache* unicode_cache() { return unicode_cache_; } function in class:v8::internal::Scanner
|
parser.cc | 508 scanner_(info->unicode_cache()), [all...] |
/external/v8/src/runtime/ |
runtime-numbers.cc | 61 result = StringToInt(isolate->unicode_cache(), flat.ToOneByteVector(), 65 StringToInt(isolate->unicode_cache(), flat.ToUC16Vector(), radix32); 80 StringToDouble(isolate->unicode_cache(), subject, ALLOW_TRAILING_JUNK,
|
/external/v8/src/compiler/ |
access-info.cc | 403 IsSpecialIndex(isolate()->unicode_cache(), String::cast(*name))) {
|
/external/v8/src/crankshaft/ |
hydrogen.cc | [all...] |