Home
last modified time | relevance | path

Searched refs:PyrMethodRaw (Results 1 – 10 of 10) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrMessage.cpp55 PyrMethodRaw* methraw; in sendMessageWithKeys()
188 PyrMethodRaw* methraw; in sendMessage()
376 PyrMethodRaw* methraw; in sendSuperMessageWithKeys()
510 PyrMethodRaw* methraw; in sendSuperMessage()
841 PyrMethodRaw* methraw; in executeMethodWithKeys()
1003 PyrMethodRaw* methraw; in executeMethod()
1149 PyrMethodRaw* methraw; in returnFromBlock()
1150 PyrMethodRaw* blockraw; in returnFromBlock()
1203 PyrMethodRaw* methraw; in returnFromMethod()
1330 int keywordFixStack(VMGlobals* g, PyrMethod* meth, PyrMethodRaw* methraw, long allArgsPushed, long … in keywordFixStack()
H A DPyrKernel.h119 struct PyrMethodRaw { struct
143 #define METHRAW(obj) ((PyrMethodRaw*)&(((PyrBlock*)obj)->rawData1)) argument
H A DPyrMessage.h43 int keywordFixStack(VMGlobals* g, PyrMethod* meth, PyrMethodRaw* methraw, long allArgsPushed, long …
H A DPyrObject.cpp1541 PyrMethodRaw* methraw; in initClasses()
2206 PyrMethodRaw* methraw; in DumpFrame()
2242 PyrMethodRaw* methraw; in DumpDetailedFrame()
2468 PyrMethodRaw* methraw; in newPyrBlock()
H A DdumpByteCodes.cpp1234 PyrMethodRaw* methraw = METHRAW(theBlock); in detectSendSelectorIn()
H A DPyrParseNode.cpp492 PyrMethodRaw* methraw; in fillClassPrototypes()
1142 PyrMethodRaw* methraw; in compile()
1733 PyrMethodRaw* methraw = METHRAW(block); in compilePartialApplication()
3726 PyrMethodRaw* methraw; in compile()
4206 PyrMethodRaw* methraw; in findVarName()
H A DPyrInterpreter3.cpp218 PyrMethodRaw* methraw; in newPyrProcess()
2913 PyrMethodRaw* methraw = METHRAW(meth);
3063 PyrMethodRaw* methraw;
H A DGC.cpp1030 PyrMethodRaw* methraw = METHRAW(meth);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrPrimitive.cpp910 PyrMethodRaw* methraw; in blockValue()
1025 PyrMethodRaw* methraw; in blockValue()
1050 PyrMethodRaw* methraw; in blockValueWithKeys()
1192 PyrMethodRaw* methraw; in blockValueWithKeys()
1217 PyrMethodRaw* methraw; in blockValueEnvir()
1348 PyrMethodRaw* methraw; in blockValueEnvir()
1372 PyrMethodRaw* methraw; in blockValueEnvirWithKeys()
1532 PyrMethodRaw* methraw; in blockValueEnvirWithKeys()
2528 PyrMethodRaw* methraw; in prFunDef_NumArgs()
2539 PyrMethodRaw* methraw; in prFunDef_NumVars()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/
H A DCHANGELOG_archive.md1646 - sclang: pad PyrMethodRaw struct
1647 - sclang: force size of PyrSlot to 16 byte and fix PyrMethodRaw size
2866 sclang: pad PyrMethodRaw struct
2867 sclang: force size of PyrSlot to 16 byte and fix PyrMethodRaw size