• Home
  • Raw
  • Download

Lines Matching full:bool

82     bool HasAccIn() const  in HasAccIn()
87 bool IsNoSideEffects() const in IsNoSideEffects()
92 bool IsNoThrow() const in IsNoThrow()
97 bool HasThisIn() const in HasThisIn()
102 bool HasAccOut() const in HasAccOut()
107 bool HasEnvIn() const in HasEnvIn()
112 bool HasEnvOut() const in HasEnvOut()
117 bool IsNoGC() const in IsNoGC()
122 bool IsMov() const in IsMov()
127 bool IsReturn() const in IsReturn()
132 bool IsThrow() const in IsThrow()
137 bool IsJump() const in IsJump()
142 bool IsCondJump() const in IsCondJump()
147 bool IsJumpImm() const in IsJumpImm()
152 bool IsSuspend() const in IsSuspend()
157 bool IsSetConstant() const in IsSetConstant()
162 bool SupportDeopt() const in SupportDeopt()
172 bool IsGeneral() const in IsGeneral()
177 bool IsGeneratorResolve() const in IsGeneratorResolve()
182 bool IsGeneratorRelative() const in IsGeneratorRelative()
189 bool IsDiscarded() const in IsDiscarded()
194 bool HasFuncIn() const in HasFuncIn()
199 bool HasNewTargetIn() const in HasNewTargetIn()
204 bool HasArgcIn() const in HasArgcIn()
214 bool IsInvalid() const in IsInvalid()
219 bool IsCall() const in IsCall()
232 inline bool HasFlag(BytecodeFlags flag) const in HasFlag()
317 static bool IsCallOp(EcmaOpcode opcode) in IsCallOp()
338 static bool IsCreateObjectWithBufferOp(EcmaOpcode opcode) in IsCreateObjectWithBufferOp()
349 static bool IsCreateArrayWithBufferOp(EcmaOpcode opcode) in IsCreateArrayWithBufferOp()
495 bool IsStringId() const in IsStringId()
500 bool IsMethodId() const in IsMethodId()
505 bool IsClassLiteraId() const in IsClassLiteraId()
510 bool IsObjectLiteralID() const in IsObjectLiteralID()
515 bool IsArrayLiteralID() const in IsArrayLiteralID()
537 bool Deopt() const in Deopt()
542 bool AccOut() const in AccOut()
547 bool AccIn() const in AccIn()
552 bool EnvIn() const in EnvIn()
557 bool EnvOut() const in EnvOut()
562 bool NoSideEffects() const in NoSideEffects()
567 bool NoThrow() const in NoThrow()
572 bool ThisObjectIn() const in ThisObjectIn()
582 bool IsDef() const in IsDef()
587 bool IsOut(VRegIDType reg, uint32_t index) const in IsOut()
589 bool isDefined = (!vregOut.empty() && (reg == vregOut.at(index))); in IsOut()
593 bool IsMov() const in IsMov()
598 bool IsJump() const in IsJump()
603 bool IsCondJump() const in IsCondJump()
608 bool IsReturn() const in IsReturn()
613 bool IsThrow() const in IsThrow()
618 bool IsSuspend() const in IsSuspend()
623 bool IsGeneratorResolve() const in IsGeneratorResolve()
628 bool IsDiscarded() const in IsDiscarded()
633 bool IsSetConstant() const in IsSetConstant()
638 bool IsGeneral() const in IsGeneral()
643 bool needFallThrough() const in needFallThrough()
648 bool IsGeneratorRelative() const in IsGeneratorRelative()
663 bool IsBc(EcmaOpcode ecmaOpcode) const in IsBc()
668 bool HasFuncIn() const in HasFuncIn()
673 bool HasNewTargetIn() const in HasNewTargetIn()
678 bool HasArgcIn() const in HasArgcIn()
683 bool HasFrameArgs() const in HasFrameArgs()
688 bool IsCall() const in IsCall()
752 bool InRange() const in InRange()
757 bool Done() const in Done()