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

Method setFuncPtr

bolt/jit/CompiledModule.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void CompiledModule::setFuncPtr(const std::string& fn, intptr_t funcPtr) {
41 functions_[fn] = funcPtr;
42}
43
44void CompiledModule::setCodeSize(size_t codeSize) {
45 codeSize_ = codeSize;

Callers 1

CompileModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected