Lines Matching defs:mode
387 static inline bool IsRealRelocMode(Mode mode) { in IsRealRelocMode()
391 static inline bool IsPseudoRelocMode(Mode mode) { in IsPseudoRelocMode()
396 static inline bool IsConstructCall(Mode mode) { in IsConstructCall()
399 static inline bool IsCodeTarget(Mode mode) { in IsCodeTarget()
402 static inline bool IsEmbeddedObject(Mode mode) { in IsEmbeddedObject()
405 static inline bool IsRuntimeEntry(Mode mode) { in IsRuntimeEntry()
409 static inline bool IsGCRelocMode(Mode mode) { in IsGCRelocMode()
412 static inline bool IsJSReturn(Mode mode) { in IsJSReturn()
415 static inline bool IsComment(Mode mode) { in IsComment()
418 static inline bool IsConstPool(Mode mode) { in IsConstPool()
421 static inline bool IsVeneerPool(Mode mode) { in IsVeneerPool()
424 static inline bool IsPosition(Mode mode) { in IsPosition()
427 static inline bool IsStatementPosition(Mode mode) { in IsStatementPosition()
430 static inline bool IsExternalReference(Mode mode) { in IsExternalReference()
433 static inline bool IsInternalReference(Mode mode) { in IsInternalReference()
436 static inline bool IsDebugBreakSlot(Mode mode) { in IsDebugBreakSlot()
439 static inline bool IsNone(Mode mode) { in IsNone()
442 static inline bool IsCodeAgeSequence(Mode mode) { in IsCodeAgeSequence()
445 static inline int ModeMask(Mode mode) { return 1 << mode; } in ModeMask()
712 bool SetMode(RelocInfo::Mode mode) { in SetMode()