MCPcopy Create free account
hub / github.com/bytedance/bolt / getAlreadyCompiled

Function getAlreadyCompiled

bolt/expression/ExprCompiler.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177ExprPtr getAlreadyCompiled(const ITypedExpr* expr, ExprDedupMap* visited) {
178 auto iter = visited->find(expr);
179 return iter == visited->end() ? nullptr : iter->second;
180}
181
182#ifdef ENABLE_BOLT_EXPR_JIT
183ExprPtr compileExpression(

Callers 2

compileLambdaFunction · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected