HomeSort by relevance Sort by last modified time
    Searched defs:IsPatchedDebugBreakSlotSequence (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 231 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
238 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
260 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
276 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
299 IsPatchedDebugBreakSlotSequence())) &&
327 IsPatchedDebugBreakSlotSequence()))) {
  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 282 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
292 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
312 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
335 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
358 IsPatchedDebugBreakSlotSequence())) &&
386 IsPatchedDebugBreakSlotSequence()))) {
  /external/chromium_org/v8/src/x64/
assembler-x64-inl.h 390 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
412 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
420 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
445 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
470 IsPatchedDebugBreakSlotSequence())) &&
500 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/arm/
assembler-arm-inl.h 169 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
176 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
198 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
222 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
243 IsPatchedDebugBreakSlotSequence())) &&
269 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/ia32/
assembler-ia32-inl.h 61 } else if (rmode_ == DEBUG_BREAK_SLOT && IsPatchedDebugBreakSlotSequence()) {
177 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
184 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
206 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
216 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
238 IsPatchedDebugBreakSlotSequence())) &&
266 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/mips/
assembler-mips-inl.h 234 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
244 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
264 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
287 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
308 IsPatchedDebugBreakSlotSequence())) &&
334 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/x64/
assembler-x64-inl.h 350 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
357 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
365 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
390 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
413 IsPatchedDebugBreakSlotSequence())) &&
441 IsPatchedDebugBreakSlotSequence()))) {
  /external/chromium_org/v8/src/ia32/
assembler-ia32-inl.h 70 } else if (rmode_ == DEBUG_BREAK_SLOT && IsPatchedDebugBreakSlotSequence()) {
210 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
217 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
239 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
249 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
273 IsPatchedDebugBreakSlotSequence())) &&
303 IsPatchedDebugBreakSlotSequence()))) {

Completed in 293 milliseconds