Home
last modified time | relevance | path

Searched refs:ContinuationObj (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DVM.h16 class ContinuationObj; variable
53 ContinuationObj *continuation;
60 friend class ContinuationObj; variable
H A DInsn.cxx132 ContinuationObj *cc = (ContinuationObj *)sp[-1]; in setClosureArgToCC()
797 const Signature ContinuationObj::signature_ = { 1, 0, 0 };
799 ContinuationObj::ContinuationObj() in ContinuationObj() function in DSSSL_NAMESPACE::ContinuationObj
804 const Insn *ContinuationObj::call(VM &vm, const Location &loc, const Insn *) in call()
828 const Insn *ContinuationObj::tailCall(VM &vm, const Location &loc, int nCallerArgs) in tailCall()
1431 vm.sp[-1] = new (*vm.interp) ContinuationObj; in call()
1452 vm.sp[-1] = new (*vm.interp) ContinuationObj; in tailCall()
H A DInsn.h413 class ContinuationObj : public FunctionObj {
415 ContinuationObj();
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DVM.h16 class ContinuationObj; variable
53 ContinuationObj *continuation;
60 friend class ContinuationObj; variable
H A DInsn.cxx134 ContinuationObj *cc = (ContinuationObj *)sp[-1]; in InheritedC()
799 const Signature ContinuationObj::signature_ = { 1, 0, 0 }; in InheritedC()
801 ContinuationObj::ContinuationObj() in InheritedC()
806 const Insn *ContinuationObj::call(VM &vm, const Location &loc, const Insn *) in InheritedC()
830 const Insn *ContinuationObj::tailCall(VM &vm, const Location &loc, int nCallerArgs) in InheritedC()
1451 vm.sp[-1] = new (*vm.interp) ContinuationObj; in InheritedC()
1472 vm.sp[-1] = new (*vm.interp) ContinuationObj; in InheritedC()
H A DInsn.h413 class ContinuationObj : public FunctionObj {
415 ContinuationObj();