Searched refs:jumpFalse (Results 1 – 6 of 6) sorted by relevance
276 if (!this->jumpFalse(LabelElse)) in visitIfStmt()288 if (!this->jumpFalse(LabelEnd)) in visitIfStmt()310 if (!this->jumpFalse(EndLabel)) in visitWhileStmt()364 if (!this->jumpFalse(EndLabel)) in visitForStmt()
64 bool jumpFalse(const LabelTy &Label);
65 bool jumpFalse(const LabelTy &Label);
203 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in ByteCodeEmitter
88 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in EvalEmitter
465 if (!this->jumpFalse(LabelFalse)) in VisitAbstractConditionalOperator()