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

  /external/v8/include/
v8config.h 358 # define V8_LIKELY(condition) (__builtin_expect(!!(condition), 1))
361 # define V8_LIKELY(condition) (condition)
v8.h     [all...]
  /external/v8/src/builtins/
builtins-typedarray.cc 153 if (V8_LIKELY(num->IsSmi())) {
186 if (V8_LIKELY(args.length() > 1)) {
builtins-array.cc     [all...]
  /external/v8/src/ic/
ic-stats.cc 24 if (V8_LIKELY(!FLAG_ic_stats)) return;
ic.cc 111 if (V8_LIKELY(!FLAG_ic_stats)) return;
    [all...]
  /external/v8/src/parsing/
scanner.h 44 if (V8_LIKELY(buffer_cursor_ < buffer_end_)) {
64 if (V8_LIKELY(buffer_cursor_ > buffer_start_)) {
75 if (V8_LIKELY(buffer_cursor_ - 2 >= buffer_start_)) {
87 if (V8_LIKELY(pos >= buffer_pos_ &&
scanner-character-streams.cc 321 if (V8_LIKELY(t < kUtf8Bom)) {
  /external/v8/src/base/
logging.h 183 return V8_LIKELY(cmp) ? nullptr \
  /external/v8/src/
counters.cc 386 if (V8_LIKELY(FLAG_runtime_stats == 0)) return;
value-serializer.cc 496 if (V8_LIKELY(!map_changed)) map_changed = *map == object->map();
497 if (V8_LIKELY(!map_changed && details.location() == kField)) {
    [all...]
unicode.cc 283 if (V8_LIKELY(next <= kMaxOneByteChar && *buffer == 0)) {
    [all...]
api.cc     [all...]
  /external/v8/src/runtime/
runtime-array.cc 483 if (V8_LIKELY(from_index->IsSmi())) {
494 if (V8_LIKELY(std::isfinite(start_from))) {
runtime-i18n.cc 860 if (V8_LIKELY(status == U_STRING_NOT_TERMINATED_WARNING)) {
    [all...]
  /external/v8/src/ast/
scopes.h     [all...]
  /external/v8/src/heap/
heap-inl.h 839 if (V8_LIKELY(FLAG_gc_stats == 0)) return;

Completed in 781 milliseconds