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

  /external/v8/src/tracing/
tracing-category-observer.cc 38 v8::internal::FLAG_runtime_stats |= ENABLED_BY_TRACING;
43 v8::internal::FLAG_runtime_stats |= ENABLED_BY_SAMPLING;
58 v8::internal::FLAG_runtime_stats &=
  /external/v8/src/
counters-inl.h 18 if (FLAG_runtime_stats ==
66 if (V8_UNLIKELY(FLAG_runtime_stats)) {
78 if (V8_UNLIKELY(FLAG_runtime_stats)) {
arguments.h 100 if (V8_UNLIKELY(FLAG_runtime_stats)) { \
counters.cc 386 if (V8_LIKELY(FLAG_runtime_stats == 0)) return;
counters.h     [all...]
log.cc     [all...]
isolate.cc     [all...]
  /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/builtins/
builtins-utils.h 99 if (V8_UNLIKELY(FLAG_runtime_stats)) { \
  /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...]
  /external/v8/src/compiler/
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/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/
parser.cc     [all...]