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

  /external/v8/src/mips/
assembler-mips-inl.h 303 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
313 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
333 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
365 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
386 IsPatchedDebugBreakSlotSequence())) &&
412 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/mips64/
assembler-mips64-inl.h 297 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
307 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
327 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
362 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
383 IsPatchedDebugBreakSlotSequence())) &&
409 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/arm/
assembler-arm-inl.h 260 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
267 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
289 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
314 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
335 IsPatchedDebugBreakSlotSequence())) &&
361 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/ia32/
assembler-ia32-inl.h 74 } else if (rmode_ == DEBUG_BREAK_SLOT && IsPatchedDebugBreakSlotSequence()) {
236 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
243 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
265 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
287 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
309 IsPatchedDebugBreakSlotSequence())) &&
337 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/x64/
assembler-x64-inl.h 400 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
431 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
439 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
464 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
487 IsPatchedDebugBreakSlotSequence())) &&
515 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/x87/
assembler-x87-inl.h 74 } else if (rmode_ == DEBUG_BREAK_SLOT && IsPatchedDebugBreakSlotSequence()) {
237 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
244 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
266 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
288 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
310 IsPatchedDebugBreakSlotSequence())) &&
338 IsPatchedDebugBreakSlotSequence()))) {
  /external/v8/src/arm64/
assembler-arm64-inl.h 809 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
818 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
849 bool RelocInfo::IsPatchedDebugBreakSlotSequence() {
868 IsPatchedDebugBreakSlotSequence())) &&
892 IsPatchedDebugBreakSlotSequence()))) {
    [all...]

Completed in 194 milliseconds