MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcClean

Function nullcClean

NULLC/nullc.cpp:312–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void nullcClean()
313{
314 using namespace NULLC;
315 NULLC_CHECK_INITIALIZED((void)0);
316
317#ifndef NULLC_NO_EXECUTOR
318 linker->CleanCode();
319 executor->ClearBreakpoints();
320
321 #ifdef NULLC_BUILD_X86_JIT
322 executorX86->ClearNative();
323 #endif
324#endif
325}
326
327nullres nullcLinkCode(const char *bytecode)
328{

Callers 4

nullcBuildFunction · 0.85
RunCodeMethod · 0.85
RunInterfaceTestsFunction · 0.85
SpeedTestTextFunction · 0.85

Calls 3

CleanCodeMethod · 0.80
ClearNativeMethod · 0.80
ClearBreakpointsMethod · 0.45

Tested by 3

RunCodeMethod · 0.68
RunInterfaceTestsFunction · 0.68
SpeedTestTextFunction · 0.68