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

  /external/v8/src/ppc/
simulator-ppc.cc 193 bool trace = ::v8::internal::FLAG_trace_sim;
194 ::v8::internal::FLAG_trace_sim = false;
548 ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim;
550 ::v8::internal::FLAG_trace_sim ? "on" : "off");
627 ::v8::internal::FLAG_trace_sim = trace;
    [all...]
  /external/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [all...]
  /external/v8/src/arm/
simulator-arm.cc 486 ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim;
488 ::v8::internal::FLAG_trace_sim ? "on" : "off");
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 59 // This is basically the same as PrintF, with a guard for FLAG_trace_sim.
61 if (FLAG_trace_sim) {
113 if (FLAG_trace_sim || FLAG_log_instruction_stats || FLAG_debug_sim) {
364 if (FLAG_trace_sim) {
383 CHECK(!FLAG_trace_sim && !FLAG_log_instruction_stats);
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 193 bool trace = ::v8::internal::FLAG_trace_sim;
194 ::v8::internal::FLAG_trace_sim = false;
562 ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim;
564 ::v8::internal::FLAG_trace_sim ? "on" : "off");
633 ::v8::internal::FLAG_trace_sim = trace;
    [all...]

Completed in 3612 milliseconds