• Home
  • Raw
  • Download

Lines Matching defs:mode

439   static inline bool IsRealRelocMode(Mode mode) {  in IsRealRelocMode()
443 static inline bool IsCodeTarget(Mode mode) { in IsCodeTarget()
446 static inline bool IsEmbeddedObject(Mode mode) { in IsEmbeddedObject()
449 static inline bool IsCell(Mode mode) { return mode == CELL; } in IsCell()
450 static inline bool IsRuntimeEntry(Mode mode) { in IsRuntimeEntry()
454 static inline bool IsGCRelocMode(Mode mode) { in IsGCRelocMode()
457 static inline bool IsComment(Mode mode) { in IsComment()
460 static inline bool IsConstPool(Mode mode) { in IsConstPool()
463 static inline bool IsVeneerPool(Mode mode) { in IsVeneerPool()
466 static inline bool IsDeoptReason(Mode mode) { in IsDeoptReason()
469 static inline bool IsPosition(Mode mode) { in IsPosition()
472 static inline bool IsStatementPosition(Mode mode) { in IsStatementPosition()
475 static inline bool IsExternalReference(Mode mode) { in IsExternalReference()
478 static inline bool IsInternalReference(Mode mode) { in IsInternalReference()
481 static inline bool IsInternalReferenceEncoded(Mode mode) { in IsInternalReferenceEncoded()
484 static inline bool IsDebugBreakSlot(Mode mode) { in IsDebugBreakSlot()
488 static inline bool IsDebugBreakSlotAtPosition(Mode mode) { in IsDebugBreakSlotAtPosition()
491 static inline bool IsDebugBreakSlotAtReturn(Mode mode) { in IsDebugBreakSlotAtReturn()
494 static inline bool IsDebugBreakSlotAtCall(Mode mode) { in IsDebugBreakSlotAtCall()
497 static inline bool IsDebuggerStatement(Mode mode) { in IsDebuggerStatement()
500 static inline bool IsNone(Mode mode) { in IsNone()
503 static inline bool IsCodeAgeSequence(Mode mode) { in IsCodeAgeSequence()
506 static inline bool IsGeneratorContinuation(Mode mode) { in IsGeneratorContinuation()
509 static inline int ModeMask(Mode mode) { return 1 << mode; } in ModeMask()
785 bool SetMode(RelocInfo::Mode mode) { in SetMode()