Home
last modified time | relevance | path

Searched refs:rootVM (Results 1 – 12 of 12) sorted by relevance

/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Dmain.cpp77 VM rootVM; in main() local
78 rootVM.init(heap); in main()
83 rootVM.boot(); in main()
84 rootVM.standalone(); in main()
86 rootVM.boot(); in main()
87 rootVM.standalone(); in main()
204 VM rootVM; in main() local
205 rootVM.init(heap); in main()
215 rootVM.boot(); in main()
216 rootVM.standalone(); in main()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qtum/
H A Dqtumtransaction.h10 uint8_t rootVM : 6; member
12 uint8_t rootVM : 6;
30 x.rootVM=0; in GetNoExec()
38 x.rootVM=1; in GetEVMDefault()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/script/
H A Dstandard.cpp139 version.rootVM=20; //set to some invalid value in Solver()
222 if (version.rootVM != 0 && val < 1) { in Solver()
232 if (version.rootVM != 0 && val < STANDARD_MINIMUM_GAS_LIMIT) { in Solver()
251 if (version.rootVM != 0 && val < 1) { in Solver()
256 if (version.rootVM != 0 && val < STANDARD_MINIMUM_GAS_PRICE) { in Solver()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dvm.c113 static ScmVM *rootVM = NULL; /* VM for primodial thread */ variable
3327 rootVM = Scm_NewVM(NULL, SCM_MAKE_STR_IMMUTABLE("root")); in Scm__InitVM()
3328 rootVM->state = SCM_VM_RUNNABLE; in Scm__InitVM()
3333 if (pthread_setspecific(vm_key, rootVM) != 0) { in Scm__InitVM()
3336 rootVM->thread = pthread_self(); in Scm__InitVM()
3342 if (!TlsSetValue(vm_key, (LPVOID)rootVM)) { in Scm__InitVM()
3345 rootVM->thread = GetCurrentThread(); in Scm__InitVM()
3347 theVM = rootVM; in Scm__InitVM()
3359 SCM_VM_RUNTIME_FLAG_SET(rootVM, SCM_CHECK_UNDEFINED_TEST); in Scm__InitVM()
3362 SCM_VM_COMPILER_FLAG_SET(rootVM, SCM_COMPILE_LEGACY_DEFINE); in Scm__InitVM()
[all …]
/dports/www/firefox/firefox-99.0/view/
H A DnsViewManager.cpp487 nsViewManager* rootVM = RootViewManager(); in PostPendingUpdate() local
488 rootVM->mHasPendingWidgetGeometryChanges = true; in PostPendingUpdate()
489 if (rootVM->mPresShell) { in PostPendingUpdate()
490 rootVM->mPresShell->ScheduleViewManagerFlush(); in PostPendingUpdate()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dvm.c67 static SgVM *rootVM = NULL; variable
281 return theVM == rootVM; in Sg_MainThreadP()
286 return vm == rootVM; in Sg_RootVMP()
2577 rootVM = theVM = Sg_NewVM(NULL, SG_MAKE_STRING("root")); in Sg__InitVM()
2582 rootVM = Sg_NewVM(NULL, SG_MAKE_STRING("root")); in Sg__InitVM()
2583 Sg_SetCurrentVM(rootVM); in Sg__InitVM()
2585 Sg_SetCurrentThread(&rootVM->thread); in Sg__InitVM()
2586 rootVM->threadState = SG_VM_RUNNABLE; in Sg__InitVM()
2589 SG_LIBRARY_DEFINEED(rootVM->currentLibrary) = SG_FALSE; in Sg__InitVM()
2592 rootVM->loadPath = Sg_GetDefaultLoadPath(); in Sg__InitVM()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/view/
H A DnsViewManager.cpp507 nsViewManager* rootVM = RootViewManager(); in PostPendingUpdate() local
508 rootVM->mHasPendingWidgetGeometryChanges = true; in PostPendingUpdate()
509 if (rootVM->mPresShell) { in PostPendingUpdate()
510 rootVM->mPresShell->ScheduleViewManagerFlush(); in PostPendingUpdate()
/dports/lang/spidermonkey60/firefox-60.9.0/view/
H A DnsViewManager.cpp508 nsViewManager* rootVM = RootViewManager(); in PostPendingUpdate() local
509 rootVM->mHasPendingWidgetGeometryChanges = true; in PostPendingUpdate()
510 if (rootVM->mPresShell) { in PostPendingUpdate()
511 rootVM->mPresShell->ScheduleViewManagerFlush(); in PostPendingUpdate()
/dports/www/firefox-legacy/firefox-52.8.0esr/view/
H A DnsViewManager.cpp547 nsViewManager* rootVM = RootViewManager(); in PostPendingUpdate() local
548 rootVM->mHasPendingWidgetGeometryChanges = true; in PostPendingUpdate()
549 if (rootVM->mPresShell) { in PostPendingUpdate()
550 rootVM->mPresShell->ScheduleViewManagerFlush(); in PostPendingUpdate()
/dports/mail/thunderbird/thunderbird-91.8.0/view/
H A DnsViewManager.cpp506 nsViewManager* rootVM = RootViewManager(); in PostPendingUpdate() local
507 rootVM->mHasPendingWidgetGeometryChanges = true; in PostPendingUpdate()
508 if (rootVM->mPresShell) { in PostPendingUpdate()
509 rootVM->mPresShell->ScheduleViewManagerFlush(); in PostPendingUpdate()
/dports/www/firefox-esr/firefox-91.8.0/view/
H A DnsViewManager.cpp506 nsViewManager* rootVM = RootViewManager(); in PostPendingUpdate() local
507 rootVM->mHasPendingWidgetGeometryChanges = true; in PostPendingUpdate()
508 if (rootVM->mPresShell) { in PostPendingUpdate()
509 rootVM->mPresShell->ScheduleViewManagerFlush(); in PostPendingUpdate()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dvalidation.cpp780 if(v.rootVM != 1) in PreChecks()
792 if(qtumTransaction.gas() < MINIMUM_GAS_LIMIT && v.rootVM != 0) in PreChecks()
803 if(v.rootVM!=0 && (uint64_t)qtumTransaction.gasPrice() < minGasPrice) in PreChecks()
3328 if(v.rootVM != 0){ in ConnectBlock()
3336 if(!(v.rootVM == 0 || v.rootVM == 1)) in ConnectBlock()
3344 if(qtx.gas() < MINIMUM_GAS_LIMIT && v.rootVM != 0) in ConnectBlock()
3355 if(v.rootVM!=0 && (uint64_t)qtx.gasPrice() < minGasPrice) in ConnectBlock()