HomeSort by relevance Sort by last modified time
    Searched refs:unicode_cache (Results 1 - 25 of 25) sorted by null

  /external/v8/src/
conversions.h 108 double StringToDouble(UnicodeCache* unicode_cache,
112 double StringToDouble(UnicodeCache* unicode_cache,
117 double StringToDouble(UnicodeCache* unicode_cache,
123 double StringToInt(UnicodeCache* unicode_cache,
128 double StringToInt(UnicodeCache* unicode_cache,
177 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string,
189 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string);
conversions-inl.h 185 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache,
189 if (!unicode_cache->IsWhiteSpaceOrLineTerminator(**current)) return true;
198 double InternalStringToIntDouble(UnicodeCache* unicode_cache,
225 !AdvanceToNonspace(unicode_cache, &current, end)) {
257 AdvanceToNonspace(unicode_cache, &current, end)) {
299 double InternalStringToInt(UnicodeCache* unicode_cache,
306 if (!AdvanceToNonspace(unicode_cache, &current, end)) {
372 unicode_cache, current, end, negative, allow_trailing_junk);
375 unicode_cache, current, end, negative, allow_trailing_junk);
378 unicode_cache, current, end, negative, allow_trailing_junk)
    [all...]
conversions.cc 71 double StringToDouble(UnicodeCache* unicode_cache,
77 return InternalStringToDouble(unicode_cache, start, end, flags,
82 double StringToDouble(UnicodeCache* unicode_cache,
90 return InternalStringToDouble(unicode_cache, start, end, flags,
95 double StringToDouble(UnicodeCache* unicode_cache,
100 return InternalStringToDouble(unicode_cache, str.start(), end, flags,
106 double StringToInt(UnicodeCache* unicode_cache,
110 unicode_cache, vector.start(), vector.start() + vector.length(), radix);
114 double StringToInt(UnicodeCache* unicode_cache,
118 unicode_cache, vector.start(), vector.start() + vector.length(), radix)
    [all...]
background-parsing-task.h 33 UnicodeCache unicode_cache; member in struct:v8::internal::StreamedSource
background-parsing-task.cc 33 info->set_unicode_cache(&source_->unicode_cache);
dateparser-inl.h 18 UnicodeCache* unicode_cache) {
20 InputReader<Char> in(unicode_cache, str);
dateparser.h 52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s)
55 unicode_cache_(unicode_cache) {
lookup.cc 551 result = IsSpecialIndex(isolate_->unicode_cache(), *name_string);
isolate.h 853 UnicodeCache* unicode_cache() { function in class:v8::internal::Isolate
    [all...]
builtins.cc     [all...]
factory.cc 285 decoder(isolate()->unicode_cache()->utf8_decoder());
    [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-numbers.cc 135 StringToInt(isolate->unicode_cache(), flat.ToOneByteVector(), radix);
137 value = StringToInt(isolate->unicode_cache(), flat.ToUC16Vector(), radix);
152 StringToDouble(isolate->unicode_cache(), subject, ALLOW_TRAILING_JUNK,
runtime-strings.cc 1100 UnicodeCache* unicode_cache = isolate->unicode_cache(); local
    [all...]
  /external/v8/src/parsing/
json-parser.h 586 number = StringToDouble(isolate()->unicode_cache(), chars,
594 number = StringToDouble(isolate()->unicode_cache(),
parser.h 114 UnicodeCache* unicode_cache() { return unicode_cache_; } function in class:v8::internal::ParseInfo
115 void set_unicode_cache(UnicodeCache* unicode_cache) {
116 unicode_cache_ = unicode_cache;
    [all...]
scanner.cc 39 Scanner::Scanner(UnicodeCache* unicode_cache)
40 : unicode_cache_(unicode_cache),
    [all...]
scanner.h 412 UnicodeCache* unicode_cache() { return unicode_cache_; } function in class:v8::internal::Scanner
parser.cc 72 set_unicode_cache(isolate_->unicode_cache());
89 set_unicode_cache(isolate_->unicode_cache());
744 scanner_(info->unicode_cache()),
    [all...]
preparser.cc     [all...]
  /external/v8/test/cctest/
test-parsing.cc 64 i::UnicodeCache unicode_cache; local
73 i::Scanner scanner(&unicode_cache);
81 i::Scanner scanner(&unicode_cache);
92 i::Scanner scanner(&unicode_cache);
102 i::Scanner scanner(&unicode_cache);
154 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
172 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
326 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
362 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
433 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
    [all...]
test-conversions.cc 370 CHECK_EQ(expected, IsSpecialIndex(isolate->unicode_cache(), *string));
  /external/v8/src/compiler/
access-info.cc 312 IsSpecialIndex(isolate()->unicode_cache(), String::cast(*name))) {
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 1506 i::UnicodeCache unicode_cache; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 555 milliseconds