Home
last modified time | relevance | path

Searched defs:exit (Results 76 - 100 of 192) sorted by relevance

12345678

/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py18 exit = True variable in TestableTestProgram
H A Dtest_program.py168 exit = False variable in InitialisableProgram
/third_party/spirv-tools/source/opt/
H A Dloop_utils.cpp355 BasicBlock& exit = *insert_pt.InsertBefore(std::unique_ptr<BasicBlock>( CreateLoopDedicatedExits() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_generator.cpp821 auto exit = graph->CreateEndBlock(); in CreateGraphWithOneBasicBlock() local
832 auto exit = graph->CreateEndBlock(); in CreateGraphWithTwoBasicBlock() local
845 auto exit = graph->CreateEndBlock(); in CreateGraphWithThreeBasicBlock() local
865 auto exit = graph->CreateEndBlock(); in CreateGraphWithFourBasicBlock() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp95 auto exit = entry + GetGraph()->GetCode().Size(); in TEST_F() local
114 auto exit = graph->CreateEndBlock(); in SRC_GRAPH() local
191 auto exit = graph->CreateEndBlock(); in SRC_GRAPH() local
260 auto exit = graph->CreateEndBlock(); in SRC_GRAPH() local
344 auto exit in SRC_GRAPH() local
434 auto exit = graph->CreateEndBlock(); SRC_GRAPH() local
504 auto exit = graph->CreateEndBlock(); SRC_GRAPH() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp26 PrototypeApply(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) PrototypeApply() argument
124 PrototypeBind(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) PrototypeBind() argument
177 PrototypeCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) PrototypeCall() argument
263 BRANCH(HasStableElements(glue, arrayObj), &hasStableElements, &exit); BuildArgumentsListFastElements() local
274 BRANCH(Int64Equal(hClass, argmentsClass), &hClassEqual, &exit); BuildArgumentsListFastElements() local
279 BRANCH(TaggedIsInt(result), &targetIsInt, &exit); BuildArgumentsListFastElements() local
649 BRANCH(IsGeneratorKind(kind), &isGenerator, &exit); InitializeJSFunction() local
659 BRANCH(IsClassConstructorKind(kind), &exit, &notClassConstructor); InitializeJSFunction() local
669 BRANCH(HasAccessor(kind), &hasAccess, &exit); InitializeJSFunction() local
[all...]
H A Dlinked_hashtable_stub_builder.cpp246 BRANCH(IsKey(key), &isKey, &exit); FindElement() local
353 BRANCH(TaggedIsException(array), &exit, &noException); Create() local
400 BRANCH(TaggedIsException(newTable), &exit, &noException); Clear() local
404 BRANCH(Int32GreaterThan(cap, Int32(0)), &capGreaterZero, &exit); Clear() local
579 BRANCH(Int32Equal(entry, Int32(-1)), &exit, &findEntry); Delete() local
743 Branch(Int32Equal(entry, Int32(-1)), &exit, &findEntry); Get() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp23 void CallStubBuilder::JSCallDispatchForBaseline(Label *exit, Label *noNeedCheckException) in JSCallDispatchForBaseline() argument
92 void CallStubBuilder::JSCallInit(Label *exit, Labe argument
122 JSCallNative(Label *exit) JSCallNative() argument
180 JSCallJSFunction(Label *exit, Label *noNeedCheckException) JSCallJSFunction() argument
257 JSFastAotCall(Label *exit) JSFastAotCall() argument
282 JSSlowAotCall(Label *exit) JSSlowAotCall() argument
328 CallBridge(GateRef code, GateRef expectedNum, Label *exit) CallBridge() argument
379 JSCallAsmInterpreter(bool hasBaselineCode, Label *methodNotAot, Label *exit, Label *noNeedCheckException) JSCallAsmInterpreter() argument
1312 CallFastBuiltin(Label* notFastBuiltins, Label *exit) CallFastBuiltin() argument
[all...]
H A Dhcr_circuit_builder.cpp584 BRANCH_CIR2(TaggedIsHeapObject(obj), &targetIsHeapObject, &exit); in IsStabelArray() local
588 BRANCH_CIR2(IsStableArray(jsHclass), &targetIsStableArray, &exit); in IsStabelArray() local
H A Dmcr_lowering.cpp384 GateRef MCRLowering::ConvertSpecialHoleIntToTagged(GateRef gate, Label* exit) in ConvertSpecialHoleIntToTagged() argument
407 ConvertSpecialHoleDoubleToTagged(GateRef gate, Label* exit) ConvertSpecialHoleDoubleToTagged() argument
430 ConvertTaggedNumberToBool(GateRef gate, Label *exit) ConvertTaggedNumberToBool() argument
453 ConvertTaggedNumberToInt32(GateRef gate, Label *exit) ConvertTaggedNumberToInt32() argument
470 ConvertTaggedNumberToFloat64(GateRef gate, Label *exit) ConvertTaggedNumberToFloat64() argument
531 LowerCheckFloat64AndConvert(GateRef gate, GateRef frameState, Label *exit) LowerCheckFloat64AndConvert() argument
590 LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState, Label *exit) LowerCheckTaggedDoubleAndConvert() argument
606 LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit) LowerCheckTaggedNumberAndConvert() argument
722 ConvertUInt32ToTaggedNumber(GateRef gate, Label *exit) ConvertUInt32ToTaggedNumber() argument
739 ConvertFloat64ToInt32(GateRef gate, Label *exit) ConvertFloat64ToInt32() argument
767 ConvertTaggedDoubleToInt32(GateRef gate, Label *exit) ConvertTaggedDoubleToInt32() argument
965 InitializeWithSpeicalValue(Label *exit, GateRef object, GateRef glue, GateRef value, GateRef start, GateRef end) InitializeWithSpeicalValue() argument
[all...]
H A Dmcr_circuit_builder.h134 BRANCH_CIR2(TaggedIsHeapObject(obj), &isHeapObject, &exit); in TaggedIsBigInt() local
154 BRANCH_CIR2(TaggedIsHeapObject(obj), &isHeapObject, &exit); in TaggedIsString() local
173 Branch(TaggedIsHeapObject(obj), &isHeapObject, &exit); TaggedIsStringIterator() local
193 BRANCH_CIR2(TaggedIsHeapObject(obj), &isHeapObject, &exit); TaggedIsSharedObj() local
212 BRANCH_CIR2(TaggedIsHeapObject(obj), &isHeapObject, &exit); TaggedIsSymbol() local
232 BRANCH_CIR2(TaggedIsHeapObject(obj), &isHeapObject, &exit); TaggedIsStringOrSymbol() local
259 BRANCH_CIR2(TaggedIsHeapObject(obj), &isHeapObject, &exit); TaggedIsProtoChangeMarker() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c89 atomic_int exit; member
[all...]
/third_party/node/
H A Dvcbuild.bat795 :exit global() label
[all...]
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h124 } exit; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h124 } exit; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h124 } exit; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator-impl.h263 Label* exit() { return &exit_; } in exit() function in v8::internal::compiler::OutOfLineCode
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp174 BasicBlock *exit; member in __anon9283::Converter
/third_party/musl/include/sys/
H A Dptrace.h125 } exit; member
/third_party/python/Lib/idlelib/
H A Drun.py305 def exit(): function
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp110 ScopedExit(std::function<void()> exit) : mExit(exit) {} in ScopedExit() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h205 BlockT *exit = getExit(); getExitingBlock() local
259 BlockT *entry = getEntry(), *exit = getExit(); verifyBBInRegion() local
280 BlockT *exit = getExit(); verifyWalk() local
620 insertShortCut(BlockT *entry, BlockT *exit, BBtoBBMap *ShortCut) const insertShortCut() argument
663 createRegion(BlockT *entry, BlockT *exit) createRegion() argument
699 BlockT *exit = N->getBlock(); findRegionsWithEntry() local
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp597 bool exit = false; in UpdateProfilesUtil() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp461 StopSyncRemoteMissions(const std::string& dstDevId, bool offline, bool exit) StopSyncRemoteMissions() argument

Completed in 31 milliseconds

12345678