Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void CompiledModule::setFuncPtr(const std::string& fn, intptr_t funcPtr) {
41
functions_[fn] = funcPtr;
42
}
43
44
void CompiledModule::setCodeSize(size_t codeSize) {
45
codeSize_ = codeSize;
Callers
1
CompileModule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected