MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / genCode

Method genCode

src/hx/cppia/Cppia.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96#ifdef CPPIA_JIT
97void CppiaExpr::genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType)
98{
99 compiler->trace(getName());
100}
101
102JumpId CppiaExpr::genCompare(CppiaCompiler *compiler,bool inReverse,LabelId inLabel)
103{

Callers 15

genCodeFunction · 0.45
genCodeMethod · 0.45
genCodeMethod · 0.45
genCompareMethod · 0.45
genCompareMethod · 0.45
genCodeMethod · 0.45
genCodeMethod · 0.45
genCodeMethod · 0.45
genCodeMethod · 0.45
genCodeMethod · 0.45
genCodeMethod · 0.45
genCodeMethod · 0.45

Calls 1

traceMethod · 0.80

Tested by

no test coverage detected