Home
last modified time | relevance | path

Searched refs:exitIndex (Results 1 – 14 of 14) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineJIT.h102 size_t exitIndex; member
104 DependentAsmJSModuleExit(const AsmJSModule* module, size_t exitIndex) in DependentAsmJSModuleExit()
106 exitIndex(exitIndex) in DependentAsmJSModuleExit()
H A DBaselineJIT.cpp517 exit.module->exit(exit.exitIndex).deoptimize(*exit.module); in clearDependentAsmJSModules()
555 (*dependentAsmJSModules_)[i].exitIndex == exit.exitIndex) in removeDependentAsmJSModule()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/tedsuo/ifrit/grouper/
H A Dordered_test.go233 Ω(exitIndex("child1", errTrace)).Should(BeNumerically(">", exitIndex("child2", errTrace)))
448 func exitIndex(name string, errTrace grouper.ErrorTrace) int { func
H A Dqueue_ordered_test.go232 Ω(exitIndex("child1", errTrace)).Should(BeNumerically(">", exitIndex("child2", errTrace)))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DWasmStubs.cpp470 GenerateInterpExit(MacroAssembler& masm, AsmJSModule& module, unsigned exitIndex, in GenerateInterpExit() argument
473 AsmJSModule::Exit& exit = module.exit(exitIndex); in GenerateInterpExit()
505 masm.mov(ImmWord(exitIndex), i->gpr()); in GenerateInterpExit()
507 masm.store32(Imm32(exitIndex), Address(masm.getStackPointer(), i->offsetFromArgBase())); in GenerateInterpExit()
580 GenerateIonExit(MacroAssembler& masm, AsmJSModule& module, unsigned exitIndex, in GenerateIonExit() argument
583 AsmJSModule::Exit& exit = module.exit(exitIndex); in GenerateIonExit()
613 unsigned globalDataOffset = module.exit(exitIndex).globalDataOffset(); in GenerateIonExit()
H A DAsmJSModule.cpp458 TryEnablingJit(JSContext* cx, AsmJSModule& module, HandleFunction fun, uint32_t exitIndex, in TryEnablingJit() argument
501 AsmJSModule::Exit& exit = module.exit(exitIndex); in TryEnablingJit()
514 InvokeFromAsmJS(AsmJSActivation* activation, int32_t exitIndex, int32_t argc, Value* argv, in InvokeFromAsmJS() argument
520 RootedFunction fun(cx, module.exit(exitIndex).datum(module).fun); in InvokeFromAsmJS()
525 return TryEnablingJit(cx, module, fun, exitIndex, argc, argv); in InvokeFromAsmJS()
531 InvokeFromAsmJS_Ignore(int32_t exitIndex, int32_t argc, Value* argv) in InvokeFromAsmJS_Ignore() argument
537 return InvokeFromAsmJS(activation, exitIndex, argc, argv, &rval); in InvokeFromAsmJS_Ignore()
543 InvokeFromAsmJS_ToInt32(int32_t exitIndex, int32_t argc, Value* argv) in InvokeFromAsmJS_ToInt32() argument
549 if (!InvokeFromAsmJS(activation, exitIndex, argc, argv, &rval)) in InvokeFromAsmJS_ToInt32()
563 InvokeFromAsmJS_ToNumber(int32_t exitIndex, int32_t argc, Value* argv) in InvokeFromAsmJS_ToNumber() argument
[all …]
H A DAsmJSModule.h1032 bool addExit(wasm::MallocSig&& sig, unsigned ffiIndex, unsigned* exitIndex) { in addExit() argument
1038 *exitIndex = unsigned(exits_.length()); in addExit()
H A DAsmJSValidate.cpp1570 bool addExit(PropertyName* name, MallocSig&& sig, unsigned ffiIndex, unsigned* exitIndex, in addExit() argument
1577 *exitIndex = p->value(); in addExit()
1583 if (!module().addExit(Move(sig), ffiIndex, exitIndex)) in addExit()
1585 return exits_.add(p, ExitDescriptor(name, **lifoSig), *exitIndex); in addExit()
4077 unsigned exitIndex = 0; in CheckFFICall() local
4079 if (!f.m().addExit(calleeName, Move(sig), ffiIndex, &exitIndex, &lifoSig)) in CheckFFICall()
4083 f.patch32(offsetAt, f.module().exit(exitIndex).globalDataOffset()); in CheckFFICall()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/
H A Dgame.c693 const int exitIndex = AllSurvivingPlayersInSameExit(); in CheckMissionCompletion() local
694 const bool canExit = complete && (!MapHasExits(&gMap) || exitIndex >= 0); in CheckMissionCompletion()
709 if (exitIndex >= 0) in CheckMissionCompletion()
711 const Exit *exit = CArrayGet(&gMap.exits, exitIndex); in CheckMissionCompletion()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/world/
H A Dworld_regions.cpp343 for ( const int exitIndex : exits ) { in ComputeStaticAnalysis() local
345 reg._neighbours.insert( vec_tiles[exitIndex].GetRegion() ); in ComputeStaticAnalysis()
/dports/math/py-sympy/sympy-1.9/sympy/parsing/autolev/_antlr/
H A Dautolevlistener.py72 def exitIndex(self, ctx): member in AutolevListener
H A Dautolevparser.py746 listener.exitIndex(self)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dbladerunner.cpp1443 int exitIndex = _scene->_exits->getRegionAtXY(x, y); in handleMouseAction() local
1449 …jectId < kSceneObjectOffsetActors || sceneObjectId >= kSceneObjectOffsetItems) && exitIndex >= 0) { in handleMouseAction()
1450 debug("Clicked on Region-Exit=%d", exitIndex); in handleMouseAction()
1466 …jectId < kSceneObjectOffsetActors || sceneObjectId >= kSceneObjectOffsetItems) && exitIndex >= 0) { in handleMouseAction()
1467 handleMouseClickExit(exitIndex, x, y, buttonDown); in handleMouseAction()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dbladerunner.cpp1557 int exitIndex = _scene->_exits->getRegionAtXY(x, y); in handleMouseAction() local
1563 …jectId < kSceneObjectOffsetActors || sceneObjectId >= kSceneObjectOffsetItems) && exitIndex >= 0) { in handleMouseAction()
1564 debug("Clicked on Region-Exit=%d", exitIndex); in handleMouseAction()
1580 …jectId < kSceneObjectOffsetActors || sceneObjectId >= kSceneObjectOffsetItems) && exitIndex >= 0) { in handleMouseAction()
1581 handleMouseClickExit(exitIndex, x, y, buttonDown); in handleMouseAction()