Home
last modified time | relevance | path

Searched refs:interpreterLoop (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/common/ficl/
H A Dprimitives.c3493 system->interpreterLoop[0] = interpret; in ficlSystemCompileCore()
3494 system->interpreterLoop[1] = (ficlWord *)ficlInstructionBranchParen; in ficlSystemCompileCore()
3495 system->interpreterLoop[2] = (ficlWord *)(void *)(-2); in ficlSystemCompileCore()
H A Dvm.c2430 FICL_VM_ASSERT(vm, system->interpreterLoop[0]); in ficlVmExecuteString()
2450 ficlVmPushIP(vm, &(system->interpreterLoop[0])); in ficlVmExecuteString()
H A Dficl.h1599 ficlWord *interpreterLoop[3]; member