Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c3497 system->interpreterLoop[0] = interpret; in ficlSystemCompileCore()
3498 system->interpreterLoop[1] = (ficlWord *)ficlInstructionBranchParen; in ficlSystemCompileCore()
3499 system->interpreterLoop[2] = (ficlWord *)(void *)(-2); in ficlSystemCompileCore()
H A Dvm.c2434 FICL_VM_ASSERT(vm, system->interpreterLoop[0]); in ficlVmExecuteString()
2454 ficlVmPushIP(vm, &(system->interpreterLoop[0])); in ficlVmExecuteString()
H A Dficl.h1600 ficlWord *interpreterLoop[3]; member