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 243 bool trace = ::v8::internal::FLAG_trace_sim;
244 ::v8::internal::FLAG_trace_sim = false;
598 ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim;
600 ::v8::internal::FLAG_trace_sim ? "on" : "off");
677 ::v8::internal::FLAG_trace_sim = trace;
    [all...]
  /external/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/arm/
simulator-arm.cc 543 ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim;
545 ::v8::internal::FLAG_trace_sim ? "on" : "off");
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [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 237 bool trace = ::v8::internal::FLAG_trace_sim;
238 ::v8::internal::FLAG_trace_sim = false;
606 ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim;
608 ::v8::internal::FLAG_trace_sim ? "on" : "off");
677 ::v8::internal::FLAG_trace_sim = trace;
    [all...]

Completed in 567 milliseconds