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

Method setCodeSize

bolt/jit/CompiledModule.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void CompiledModule::setCodeSize(size_t codeSize) {
45 codeSize_ = codeSize;
46}
47
48bool CompiledModule::compareExchangeUserData(
49 void* expected,

Callers 1

CompileModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected