| /third_party/python/Lib/unittest/test/ |
| H A D | test_discovery.py | 18 exit = True variable in TestableTestProgram
|
| H A D | test_program.py | 168 exit = False variable in InitialisableProgram
|
| /third_party/spirv-tools/source/opt/ |
| H A D | loop_utils.cpp | 355 BasicBlock& exit = *insert_pt.InsertBefore(std::unique_ptr<BasicBlock>( CreateLoopDedicatedExits() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_generator.cpp | 821 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 D | codegen_test_1.cpp | 95 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 D | builtins_function_stub_builder.cpp | 26 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, ¬ClassConstructor); InitializeJSFunction() local 669 BRANCH(HasAccessor(kind), &hasAccess, &exit); InitializeJSFunction() local [all...] |
| H A D | linked_hashtable_stub_builder.cpp | 246 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 D | call_stub_builder.cpp | 23 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 D | hcr_circuit_builder.cpp | 584 BRANCH_CIR2(TaggedIsHeapObject(obj), &targetIsHeapObject, &exit); in IsStabelArray() local 588 BRANCH_CIR2(IsStableArray(jsHclass), &targetIsStableArray, &exit); in IsStabelArray() local
|
| H A D | mcr_lowering.cpp | 384 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 D | mcr_circuit_builder.h | 134 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 D | android_camera.c | 89 atomic_int exit; member [all...] |
| /third_party/node/ |
| H A D | vcbuild.bat | 795 :exit global() label [all...] |
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| H A D | ptrace.h | 124 } exit; member
|
| /third_party/musl/porting/uniproton/kernel/include/sys/ |
| H A D | ptrace.h | 124 } exit; member
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
| H A D | ptrace.h | 124 } exit; member
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator-impl.h | 263 Label* exit() { return &exit_; } in exit() function in v8::internal::compiler::OutOfLineCode
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 174 BasicBlock *exit; member in __anon9283::Converter
|
| /third_party/musl/include/sys/ |
| H A D | ptrace.h | 125 } exit; member
|
| /third_party/python/Lib/idlelib/ |
| H A D | run.py | 305 def exit(): function [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Shader.cpp | 110 ScopedExit(std::function<void()> exit) : mExit(exit) {} in ScopedExit() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
| H A D | wasm-runtime.cpp | |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | RegionInfoImpl.h | 205 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 D | notification_preferences.cpp | 597 bool exit = false; in UpdateProfilesUtil() local
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
| H A D | distributed_sched_mission_manager.cpp | 461 StopSyncRemoteMissions(const std::string& dstDevId, bool offline, bool exit) StopSyncRemoteMissions() argument
|