MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / isMemoryVal

Function isMemoryVal

src/hx/cppia/CppiaCompiler.cpp:155–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154
155bool isMemoryVal(const JitVal &inVal)
156{
157 switch(inVal.position)
158 {
159 case jposFrame:
160 case jposLocal:
161 case jposThis:
162 case jposStar:
163 return true;
164 default:
165 return false;
166 }
167}
168
169int sLocalReg = SLJIT_SP;
170

Callers 10

genCodeMethod · 0.85
genCodeMethod · 0.85
genCodeMethod · 0.85
genCodeMethod · 0.85
moveMethod · 0.85
convertMethod · 0.85
traceFloatMethod · 0.85
callNativeMethod · 0.85
genCodeMethod · 0.85
genCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected