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

  /external/v8/src/mips/
assembler-mips-inl.h 198 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
208 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
223 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
245 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
274 IsPatchedDebugBreakSlotSequence())) &&
298 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/arm/
assembler-arm-inl.h 141 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
148 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
165 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
189 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
210 IsPatchedDebugBreakSlotSequence())) &&
236 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/ia32/
assembler-ia32-inl.h 59 } else if (rmode_ == DEBUG_BREAK_SLOT && IsPatchedDebugBreakSlotSequence()) {
155 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
162 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
179 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
189 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
211 IsPatchedDebugBreakSlotSequence())) &&
239 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/x64/
assembler-x64-inl.h 321 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
328 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
336 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
356 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
379 IsPatchedDebugBreakSlotSequence())) &&
407 IsPatchedDebugBreakSlotSequence()))) {

Completed in 33 milliseconds