Searched refs:interpreterLoop (Results 1 – 3 of 3) sorted by relevance
3493 system->interpreterLoop[0] = interpret; in ficlSystemCompileCore()3494 system->interpreterLoop[1] = (ficlWord *)ficlInstructionBranchParen; in ficlSystemCompileCore()3495 system->interpreterLoop[2] = (ficlWord *)(void *)(-2); in ficlSystemCompileCore()
2430 FICL_VM_ASSERT(vm, system->interpreterLoop[0]); in ficlVmExecuteString()2450 ficlVmPushIP(vm, &(system->interpreterLoop[0])); in ficlVmExecuteString()
1599 ficlWord *interpreterLoop[3]; member