Home
last modified time | relevance | path

Searched refs:framePtr (Results 251 – 275 of 428) sorted by relevance

1...<<1112131415161718

/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclInt.h1067 #define localName(framePtr, i) \ argument
1068 ((&((framePtr)->localCachePtr->varName0))[(i)])
1170 CallFrame *framePtr; /* Procedure activation record, may be member
1222 CmdFrame *framePtr; /* CmdFrame to access. */ member
1229 CmdFrame *framePtr; /* CmdFrame to access. */ member
1424 struct CallFrame *framePtr; member
1838 CallFrame *framePtr; /* Points to top-most in stack of all nested member
3016 MODULE_SCOPE Tcl_Obj * TclInfoFrame(Tcl_Interp *interp, CmdFrame *framePtr);
H A DtclOOInt.h69 Tcl_ObjectContext context, Tcl_CallFrame *framePtr, int *isFinished);
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclOODefineCmds.c844 CallFrame *framePtr, **framePtrPtr = &framePtr; in InitDefineContext() local
859 framePtr->clientData = oPtr; in InitDefineContext()
860 framePtr->objc = objc; in InitDefineContext()
861 framePtr->objv = objv; /* Reference counts do not need to be in InitDefineContext()
H A DtclInt.h1113 #define localName(framePtr, i) \ argument
1114 ((&((framePtr)->localCachePtr->varName0))[(i)])
1220 CallFrame *framePtr; /* Procedure activation record, may be member
1272 CmdFrame *framePtr; /* CmdFrame to access. */ member
1279 CmdFrame *framePtr; /* CmdFrame to access. */ member
1474 struct CallFrame *framePtr; member
1888 CallFrame *framePtr; /* Points to top-most in stack of all nested member
3061 MODULE_SCOPE Tcl_Obj * TclInfoFrame(Tcl_Interp *interp, CmdFrame *framePtr);
H A DtclOOInt.h69 Tcl_ObjectContext context, Tcl_CallFrame *framePtr, int *isFinished);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64.cpp232 void MacroAssemblerCompat::profilerEnterFrame(Register framePtr, in profilerEnterFrame() argument
234 profilerEnterFrame(RegisterOrSP(framePtr), scratch); in profilerEnterFrame()
237 void MacroAssemblerCompat::profilerEnterFrame(RegisterOrSP framePtr, in profilerEnterFrame() argument
241 if (IsHiddenSP(framePtr)) in profilerEnterFrame()
245 storePtr(AsRegister(framePtr), in profilerEnterFrame()
/dports/lang/nim/nim-1.6.2/lib/system/
H A Dgc2.nim337 if framePtr != nil and framePtr.prev != nil:
338 res.filename = framePtr.prev.filename
339 res.line = framePtr.prev.line
H A Dgc.nim445 if framePtr != nil and framePtr.prev != nil:
446 c.filename = framePtr.prev.filename
447 c.line = framePtr.prev.line
/dports/math/vtk6/VTK-6.2.0/ThirdParty/TclTk/internals/tk8.5/
H A DtclInt.h997 #define localName(framePtr, i) \ argument
998 ((&((framePtr)->localCachePtr->varName0))[(i)])
1091 CallFrame *framePtr; /* Procedure activation record, may be member
1641 CallFrame *framePtr; /* Points to top-most in stack of all nested member
2505 MODULE_SCOPE Tcl_Obj * TclInfoFrame(Tcl_Interp *interp, CmdFrame *framePtr);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/TclTk/internals/tk8.5/
H A DtclInt.h997 #define localName(framePtr, i) \ argument
998 ((&((framePtr)->localCachePtr->varName0))[(i)])
1091 CallFrame *framePtr; /* Procedure activation record, may be member
1641 CallFrame *framePtr; /* Points to top-most in stack of all nested member
2505 MODULE_SCOPE Tcl_Obj * TclInfoFrame(Tcl_Interp *interp, CmdFrame *framePtr);
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCompile.c1861 TclInitCompiledLocals(interp, framePtr, nsPtr) in TclInitCompiledLocals() argument
1863 CallFrame *framePtr; /* Call frame to initialize. */
1869 Var *varPtr = framePtr->compiledLocals;
1881 for (localPtr = framePtr->procPtr->firstLocalPtr;
H A DtclInt.decls73 void TclDeleteCompiledLocalVars(Interp *iPtr, CallFrame *framePtr)
212 void TclInitCompiledLocals(Tcl_Interp *interp, CallFrame *framePtr,
508 int Tcl_PushCallFrame(Tcl_Interp* interp, Tcl_CallFrame *framePtr,
/dports/lang/itcl4/itcl4.2.2/generic/
H A Ditcl.decls588 int Itcl_PushCallFrame(Tcl_Interp *interp, Tcl_CallFrame *framePtr,
600 Tcl_CallFrame *framePtr)
H A DitclInfo.c319 Tcl_CallFrame *framePtr = (Tcl_CallFrame *) data[0]; in InfoGutsFinish() local
325 (char *) framePtr); in InfoGutsFinish()
355 Tcl_CallFrame *framePtr; in ItclInfoGuts() local
373 framePtr = Itcl_GetUplevelCallFrame(interp, 0); in ItclInfoGuts()
375 hPtr = Tcl_CreateHashEntry(&infoPtr->frameContext, (char *)framePtr, &isNew); in ItclInfoGuts()
393 Tcl_NRAddCallback(interp, InfoGutsFinish, framePtr, infoPtr, cPtr, NULL); in ItclInfoGuts()
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/generic/
H A Ditcl.decls588 int Itcl_PushCallFrame(Tcl_Interp *interp, Tcl_CallFrame *framePtr,
600 Tcl_CallFrame *framePtr)
H A DitclInfo.c319 Tcl_CallFrame *framePtr = (Tcl_CallFrame *) data[0]; in InfoGutsFinish() local
325 (char *) framePtr); in InfoGutsFinish()
355 Tcl_CallFrame *framePtr; in ItclInfoGuts() local
373 framePtr = Itcl_GetUplevelCallFrame(interp, 0); in ItclInfoGuts()
375 hPtr = Tcl_CreateHashEntry(&infoPtr->frameContext, (char *)framePtr, &isNew); in ItclInfoGuts()
393 Tcl_NRAddCallback(interp, InfoGutsFinish, framePtr, infoPtr, cPtr, NULL); in ItclInfoGuts()
/dports/net/opal/opal-3.10.10/include/rtp/
H A Drtp.h1251 BYTE * framePtr,
1258 const BYTE * framePtr,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DMacroAssembler-x64.cpp394 MacroAssemblerX64::profilerEnterFrame(Register framePtr, Register scratch) in profilerEnterFrame() argument
398 storePtr(framePtr, Address(scratch, JitActivation::offsetOfLastProfilingFrame())); in profilerEnterFrame()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/TclTk/internals/tk8.3/
H A DtclInt.h1148 CallFrame *framePtr; /* Points to top-most in stack of all nested member
1597 Interp *iPtr, CallFrame *framePtr));
1685 Tcl_Interp *interp, CallFrame *framePtr,
/dports/math/vtk6/VTK-6.2.0/ThirdParty/TclTk/internals/tk8.2/
H A DtclInt.h1154 CallFrame *framePtr; /* Points to top-most in stack of all nested member
1566 Interp *iPtr, CallFrame *framePtr));
1656 Tcl_Interp *interp, CallFrame *framePtr,
/dports/net/opal/opal-3.10.10/src/rtp/
H A Drtp.cxx2208 RTP_Session::SendReceiveStatus RTP_UDP::ReadDataOrControlPDU(BYTE * framePtr, in ReadDataOrControlPDU() argument
2219 if (socket.ReadFrom(framePtr, frameSize, addr, port)) { in ReadDataOrControlPDU()
2462 bool RTP_UDP::WriteDataOrControlPDU(const BYTE * framePtr, PINDEX frameSize, bool toDataChannel) in WriteDataOrControlPDU() argument
2468 while (!socket.WriteTo(framePtr, frameSize, remoteAddress, port)) { in WriteDataOrControlPDU()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64.cpp261 void MacroAssemblerCompat::profilerEnterFrame(Register framePtr, in profilerEnterFrame() argument
263 profilerEnterFrame(RegisterOrSP(framePtr), scratch); in profilerEnterFrame()
266 void MacroAssemblerCompat::profilerEnterFrame(RegisterOrSP framePtr, in profilerEnterFrame() argument
270 if (IsHiddenSP(framePtr)) { in profilerEnterFrame()
274 storePtr(AsRegister(framePtr), in profilerEnterFrame()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclInt.decls71 void TclDeleteCompiledLocalVars(Interp *iPtr, CallFrame *framePtr)
216 void TclInitCompiledLocals(Tcl_Interp *interp, CallFrame *framePtr,
519 int Tcl_PushCallFrame(Tcl_Interp *interp, Tcl_CallFrame *framePtr,
/dports/lang/nim/nim-1.6.2/compiler/
H A Djsgen.nim743 # var tmpFramePtr = framePtr;
749 # framePtr = tmpFramePtr;
760 # framePtr = tmpFramePtr;
775 line(p, tmpFramePtr & " = framePtr;\L")
784 line(p, "framePtr = $1;$n" % [tmpFramePtr])
843 line(p, "framePtr = $1;$n" % [tmpFramePtr])
2335 "var F = {procname: $1, prev: framePtr, filename: $2, line: 0};$n"
2338 result.add p.indentLine(ropes.`%`("framePtr = F;$n", []))
2341 result = p.indentLine rope(("framePtr = F.prev;") & "\L")
2654 var framePtr = null;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DMacroAssembler-x86.cpp301 MacroAssemblerX86::profilerEnterFrame(Register framePtr, Register scratch) in profilerEnterFrame() argument
305 storePtr(framePtr, Address(scratch, JitActivation::offsetOfLastProfilingFrame())); in profilerEnterFrame()

1...<<1112131415161718