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

1 2

  /external/v8/src/
counters-inl.h 66 if (V8_UNLIKELY(FLAG_runtime_stats)) {
78 if (V8_UNLIKELY(FLAG_runtime_stats)) {
arguments.h 100 if (V8_UNLIKELY(FLAG_runtime_stats)) { \
counters.h     [all...]
accessors.cc 184 if (!was_readonly && V8_UNLIKELY(JSArray::HasReadOnlyLength(array)) &&
    [all...]
  /external/v8/src/builtins/
builtins-typedarray.cc 158 if (V8_UNLIKELY(!std::isfinite(fp))) {
179 if (V8_UNLIKELY(array->WasNeutered())) return *array;
214 if (V8_UNLIKELY(array->WasNeutered())) return *array;
builtins-utils.h 99 if (V8_UNLIKELY(FLAG_runtime_stats)) { \
builtins-array.cc 680 if (V8_UNLIKELY(!array->HasFastElements() ||
742 if (V8_UNLIKELY(
    [all...]
  /external/v8/include/
v8config.h 357 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0))
360 # define V8_UNLIKELY(condition) (condition)
v8.h     [all...]
  /external/v8/src/runtime/
runtime-i18n.cc     [all...]
runtime-typedarray.cc 406 if (V8_UNLIKELY(array->WasNeutered())) return *array;
  /external/v8/src/ic/
handler-compiler.cc 100 if (V8_UNLIKELY(FLAG_runtime_stats)) {
112 if (V8_UNLIKELY(FLAG_runtime_stats)) {
328 if (V8_UNLIKELY(FLAG_runtime_stats)) {
ic.cc     [all...]
  /external/v8/src/heap/
gc-tracer.cc 32 if (V8_UNLIKELY(FLAG_runtime_stats)) {
43 if (V8_UNLIKELY(FLAG_runtime_stats)) {
207 if (V8_UNLIKELY(FLAG_runtime_stats)) {
307 if (V8_UNLIKELY(FLAG_runtime_stats)) {
    [all...]
mark-compact.cc     [all...]
  /external/v8/src/base/
logging.h 48 if (V8_UNLIKELY(!(condition))) { \
  /external/v8/src/compiler/
store-store-elimination.cc 32 if (V8_UNLIKELY(!(condition))) { \
access-info.cc 378 if (V8_UNLIKELY(FLAG_runtime_stats)) return false;
js-call-reducer.cc 270 if (V8_UNLIKELY(FLAG_runtime_stats)) return false;
    [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 594 if (V8_UNLIKELY(block_for_testing_.Value())) {
  /external/v8/src/tracing/
trace-event.h 578 if (V8_UNLIKELY(p_data_ && *data_.category_group_enabled)) {
  /external/v8/src/interpreter/
interpreter.cc 54 if (V8_UNLIKELY(FLAG_runtime_stats)) {
60 if (V8_UNLIKELY(FLAG_runtime_stats)) {
66 if (V8_UNLIKELY(FLAG_runtime_stats)) {
259 if (V8_UNLIKELY(FLAG_runtime_stats && executed_on_background_thread())) {
    [all...]
  /external/v8/src/parsing/
scanner.cc 383 if (V8_UNLIKELY(next_next_.token != Token::UNINITIALIZED)) {
    [all...]
parser-base.h     [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc     [all...]

Completed in 2469 milliseconds

1 2