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

Function nullcSetJiTStack

NULLC/nullc.cpp:142–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141#ifdef NULLC_BUILD_X86_JIT
142nullres nullcSetJiTStack(void* start, void* end, unsigned int flagMemoryAllocated)
143{
144 using namespace NULLC;
145 NULLC_CHECK_INITIALIZED(false);
146
147 if(!executorX86->SetStackPlacement(start, end, flagMemoryAllocated))
148 {
149 nullcLastError = executorX86->GetExecError();
150 return 0;
151 }
152 return 1;
153}
154#endif
155
156#ifndef NULLC_NO_EXECUTOR

Callers 4

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunInterfaceTestsFunction · 0.85

Calls 2

SetStackPlacementMethod · 0.80
GetExecErrorMethod · 0.45

Tested by 4

RunMethod · 0.68
RunMethod · 0.68
RunMethod · 0.68
RunInterfaceTestsFunction · 0.68