Searched defs:stepping (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/
H A Dcpu.h35 int stepping() const { return stepping_; } function in class:base::CPU
71 int signature_; // raw form of type, family, model, and stepping
/external/chromium_org/v8/src/
H A Darray.js1137 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f);
1142 if (stepping) %DebugPrepareStepInIfStepping(f);
1170 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f);
1175 if (stepping) %DebugPrepareStepInIfStepping(f);
1201 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f);
1206 if (stepping) %DebugPrepareStepInIfStepping(f);
1231 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f);
1236 if (stepping) %DebugPrepareStepInIfStepping(f);
1262 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f);
1267 if (stepping)
1411 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(callback); variable
1448 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(callback); variable
[all...]
/external/chromium_org/v8/src/base/
H A Dcpu.h37 int stepping() const { return stepping_; } function in class:v8::base::FINAL
/external/oprofile/daemon/
H A Dopd_ibs.c487 unsigned stepping : 4; member in struct:__anon28418::__anon28419
513 ibs_stepping = v.stepping;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c188 /* 0 => not single stepping.
189 1 => single stepping asked by gdb
190 2 => single stepping asked by valgrind (watchpoint) */
191 static int stepping = 0; variable
204 stepping = 2;
206 stepping = 0;
211 if (stepping)
234 "resume_info step %d sig %d stepping %d\n",
237 stepping);
245 stepping
[all...]
H A Dm_gdbserver.c96 or if we are single stepping
193 single stepping (kind == GS_jump).
194 When gdbserver is not single stepping anymore, all GS_jump entries
315 /* keep gdbserved instrumentation while single stepping */
498 dlog(2, "gdbserver_instrumentation_needed due to single stepping\n");
662 int stepping; local
719 stepping = valgrind_single_stepping();
730 /* we are single stepping. If we were not stepping on entry,
735 if (!stepping
[all...]
/external/qemu/target-i386/
H A Dhelper.c115 int stepping; member in struct:x86_def_t
143 .stepping = 3,
165 .stepping = 3,
190 .stepping = 11,
212 .stepping = 3,
223 .stepping = 8,
242 .stepping = 0,
251 .stepping = 3,
260 .stepping = 2,
269 .stepping
320 int family = -1, model = -1, stepping = -1; local
[all...]

Completed in 279 milliseconds