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

  /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()))) {

Completed in 298 milliseconds