Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ getFuncPtr
Method
getFuncPtr
bolt/jit/CompiledModule.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
intptr_t CompiledModule::getFuncPtr(const std::string& fn) const {
28
auto it = functions_.find(fn);
29
return it == functions_.end() ? 0 : it->second;
30
}
31
32
size_t CompiledModule::getCodeSize() const noexcept {
33
return codeSize_;
Callers
14
sortPartitions
Method · 0.80
ensureSorted
Method · 0.80
noMoreInput
Method · 0.80
createRowBasedOrderedReader
Method · 0.80
createRowBasedOrderedReaderWithLength
Method · 0.80
compareRowsWithSortKeys
Method · 0.80
HashTable
Method · 0.80
prepare
Method · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
runOnce
Method · 0.80
prepare
Method · 0.80
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
6
TEST_F
Function · 0.64
TEST
Function · 0.64
runOnce
Method · 0.64
prepare
Method · 0.64
runOnce
Method · 0.64
prepare
Method · 0.64