Lines Matching refs:LCodeGen
18 class LCodeGen; variable
173 virtual void CompileToNative(LCodeGen* generator) FINAL OVERRIDE; \
199 virtual void CompileToNative(LCodeGen* generator) = 0;
262 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } in HasInterestingComment()
376 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE { in HasInterestingComment()
388 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE;
445 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE { in HasInterestingComment()
468 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } in HasInterestingComment()
508 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE { in HasInterestingComment()
1552 virtual void CompileToNative(LCodeGen* generator) OVERRIDE;
1580 virtual void CompileToNative(LCodeGen* generator) OVERRIDE;
2635 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE { in HasInterestingComment()