Lines Matching full:bool
30 bool enableLog, bool enableTypeLog, in TSHCRLowering()
51 bool RunTSHCRLowering();
54 bool IsLogEnabled() const in IsLogEnabled()
59 bool IsTypeLogEnabled() const in IsTypeLogEnabled()
64 bool IsProfiling() const in IsProfiling()
69 bool IsVerifyVTbale() const in IsVerifyVTbale()
74 bool IsTraceBC() const in IsTraceBC()
100 void LowerConditionJump(GateRef gate, bool flag);
105 void LowerTypedStObjByName(GateRef gate, bool isThis);
110 bool TryLowerTypedLdObjByNameForArray(GateRef gate, GateType receiverType, JSTaggedValue key);
116 void LowerTypedLdObjByValue(GateRef gate, bool isThis);
118 void LowerTypedIsTrueOrFalse(GateRef gate, bool flag);
134 bool IsLoadVtable(GateRef func);
135 bool CanOptimizeAsFastCall(GateRef func);
139 …funcType, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC);
143 GateType funcType, bool isNoGC);
145 GateType funcType, bool isNoGC);
146 …void LowerFastCall(GateRef gate, GateRef func, const std::vector<GateRef> &argsFastCall, bool isNo…
147 void LowerCall(GateRef gate, GateRef func, const std::vector<GateRef> &args, bool isNoGC);
155 bool IsTrustedType(GateRef gate) const;
156 bool HasNumberType(GateRef gate, GateRef value) const;
157 bool HasNumberType(GateRef gate, GateRef left, GateRef right) const;
167 void SpeculateConditionJump(GateRef gate, bool flag);
175 bool Uncheck() const in Uncheck()
185 bool enableLog_ {false};
186 bool enableTypeLog_ {false};
187 bool profiling_ {false};
188 bool verifyVTable_ {false};
189 bool traceBc_ {false};
200 bool noCheck_ {false};