• Home
  • Raw
  • Download

Lines Matching defs:mode

384   static inline bool IsRealRelocMode(Mode mode) {  in IsRealRelocMode()
387 static inline bool IsCodeTarget(Mode mode) { in IsCodeTarget()
390 static inline bool IsEmbeddedObject(Mode mode) { in IsEmbeddedObject()
393 static inline bool IsCell(Mode mode) { return mode == CELL; } in IsCell()
394 static inline bool IsRuntimeEntry(Mode mode) { in IsRuntimeEntry()
398 static inline bool IsGCRelocMode(Mode mode) { in IsGCRelocMode()
401 static inline bool IsComment(Mode mode) { in IsComment()
404 static inline bool IsConstPool(Mode mode) { in IsConstPool()
407 static inline bool IsVeneerPool(Mode mode) { in IsVeneerPool()
410 static inline bool IsDeoptPosition(Mode mode) { in IsDeoptPosition()
413 static inline bool IsDeoptReason(Mode mode) { in IsDeoptReason()
416 static inline bool IsDeoptId(Mode mode) { in IsDeoptId()
419 static inline bool IsExternalReference(Mode mode) { in IsExternalReference()
422 static inline bool IsInternalReference(Mode mode) { in IsInternalReference()
425 static inline bool IsInternalReferenceEncoded(Mode mode) { in IsInternalReferenceEncoded()
428 static inline bool IsDebugBreakSlot(Mode mode) { in IsDebugBreakSlot()
432 static inline bool IsDebugBreakSlotAtPosition(Mode mode) { in IsDebugBreakSlotAtPosition()
435 static inline bool IsDebugBreakSlotAtReturn(Mode mode) { in IsDebugBreakSlotAtReturn()
438 static inline bool IsDebugBreakSlotAtCall(Mode mode) { in IsDebugBreakSlotAtCall()
441 static inline bool IsDebugBreakSlotAtTailCall(Mode mode) { in IsDebugBreakSlotAtTailCall()
444 static inline bool IsNone(Mode mode) { in IsNone()
447 static inline bool IsCodeAgeSequence(Mode mode) { in IsCodeAgeSequence()
450 static inline bool IsWasmMemoryReference(Mode mode) { in IsWasmMemoryReference()
453 static inline bool IsWasmMemorySizeReference(Mode mode) { in IsWasmMemorySizeReference()
456 static inline bool IsWasmGlobalReference(Mode mode) { in IsWasmGlobalReference()
459 static inline bool IsWasmFunctionTableSizeReference(Mode mode) { in IsWasmFunctionTableSizeReference()
462 static inline bool IsWasmReference(Mode mode) { in IsWasmReference()
467 static inline bool IsWasmSizeReference(Mode mode) { in IsWasmSizeReference()
471 static inline bool IsWasmPtrReference(Mode mode) { in IsWasmPtrReference()
474 static inline bool IsWasmProtectedLanding(Mode mode) { in IsWasmProtectedLanding()
478 static inline int ModeMask(Mode mode) { return 1 << mode; } in ModeMask()
738 bool SetMode(RelocInfo::Mode mode) { in SetMode()