Home
last modified time | relevance | path

Searched refs:initLocals (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DMethodBody.cs35 private readonly bool initLocals; field in IKVM.Reflection.MethodBody
58 initLocals = true; in MethodBody()
64 initLocals = (b & CorILMethod_InitLocals) != 0; in MethodBody()
140 get { return initLocals; }
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DMethodBuilder.cs57 private bool initLocals = true; field in IKVM.Reflection.Emit.MethodBuilder
100 rva = ilgen.WriteBody(initLocals); in __ReleaseILGenerator()
623 get { return initLocals; }
624 set { initLocals = value; }
659 … ILGenerator.WriteFatHeader(bb, initLocals, exceptionHandlers != null, (ushort)maxStack, il.Length, in SetMethodBody()
H A DILGenerator.cs913 internal int WriteBody(bool initLocals) in WriteBody() argument
938 rva = WriteFatHeaderAndCode(bb, localVarSigTok, initLocals); in WriteBody()
1022 …internal static void WriteFatHeader(ByteBuffer bb, bool initLocals, bool exceptions, ushort maxSta… in WriteFatHeader() argument
1029 if (initLocals) in WriteFatHeader()
1045 private int WriteFatHeaderAndCode(ByteBuffer bb, int localVarSigTok, bool initLocals) in WriteFatHeaderAndCode() argument
1050 WriteFatHeader(bb, initLocals, exceptions.Count > 0, maxStack, code.Length, localVarSigTok); in WriteFatHeaderAndCode()
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dswitch.go58 initLocals := false
60 c, initLocals = c.pushEnvIfLocalBinds(&initBinds, node.Init)
140 c = c.popEnvIfLocalBinds(initLocals, &initBinds, node.Init)
H A Dstatement.go361 initLocals := false
364 c, initLocals = c.pushEnvIfLocalBinds(&initBinds, node.Init)
430 c = c.popEnvIfLocalBinds(initLocals, &initBinds, node.Init)
491 initLocals := false
493 c, initLocals = c.pushEnvIfLocalBinds(&initBinds, node.Init)
556 c = c.popEnvIfLocalBinds(initLocals, &initBinds, node.Init)
H A Dswitch_type.go70 initLocals := false
73 c, initLocals = c.pushEnvIfFlag(&initBinds, true)
140 c = c.popEnvIfLocalBinds(initLocals, &initBinds, node.Init, node.Assign)
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DStack-inl.h69 initLocals(); in initCallFrame()
72 inline void InterpreterFrame::initLocals() { in initLocals() function
H A DStack.cpp418 fp->initLocals(); in pushExecuteFrame()
H A DStack.h395 void initLocals();
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DStack-inl.h72 initLocals(); in initCallFrame()
75 inline void InterpreterFrame::initLocals() { in initLocals() function
H A DStack.cpp434 fp->initLocals(); in pushExecuteFrame()
H A DStack.h398 void initLocals();
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DStack-inl.h72 initLocals(); in initCallFrame()
75 inline void InterpreterFrame::initLocals() { in initLocals() function
H A DStack.h401 void initLocals();
H A DStack.cpp436 fp->initLocals(); in pushExecuteFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DStack-inl.h72 initLocals(); in initCallFrame()
75 inline void InterpreterFrame::initLocals() { in initLocals() function
H A DStack.h398 void initLocals();
H A DStack.cpp434 fp->initLocals(); in pushExecuteFrame()
/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs796 internal void CheckCode(uint locSigIx, bool initLocals, int maxStack) in CheckCode() argument
856 if (initLocals) headerFlags |= InitLocals; in CheckCode()
H A DMetadata.cs3915 bool initLocals; field in PEAPI.MethodDef
4017 public void AddLocals(Local[] locals, bool initLocals) in AddLocals() argument
4020 this.initLocals = initLocals; in AddLocals()
4099 code.CheckCode(locToken,initLocals,maxStack); in BuildTables()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DStack-inl.h93 initLocals();
97 InterpreterFrame::initLocals()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DStack-inl.h69 initLocals(); in initCallFrame()
72 inline void InterpreterFrame::initLocals() { in initLocals() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DStack-inl.h104 initLocals(); in initCallFrame()
108 InterpreterFrame::initLocals() in initLocals() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Ddynamicilgenerator.cs854 ref int stackSize, ref int initLocals, ref int EHCount) in GetCodeInfo() argument
878 initLocals = (m_method.InitLocals) ? 1 : 0; in GetCodeInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.CppCodeGen/src/CppCodeGen/
H A DILToCppImporter.cs682 bool initLocals = _methodIL.IsInitLocals; in Compile()
690 if (initLocals) in Compile()

12