Searched refs:jumpFalse (Results 1 – 5 of 5) sorted by relevance
205 if (!this->jumpFalse(LabelElse)) in visitIfStmt()217 if (!this->jumpFalse(LabelEnd)) in visitIfStmt()
64 bool jumpFalse(const LabelTy &Label);
66 bool jumpFalse(const LabelTy &Label);
156 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in ByteCodeEmitter
77 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in EvalEmitter