Home
last modified time | relevance | path

Searched full:jump (Results 151 - 175 of 1634) sorted by relevance

12345678910>>...66

/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc46 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor()
364 // If the result is undefined, we jump out to using the implicit receiver. in Generate_JSConstructStubGeneric()
732 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant()
993 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline()
1139 // re-executing the JumpLoop to jump to the correct bytecode.
1194 // If this is a JumpLoop, re-execute it to perform the jump to the beginning in AdvanceBytecodeOffsetOrReturn()
1749 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl()
1752 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny), in Generate_InterpreterPushArgsThenCallImpl()
1784 __ Jump(BUILTIN_CODE(masm->isolate(), ArrayConstructorImpl), in Generate_InterpreterPushArgsThenConstructImpl()
1788 __ Jump(BUILTIN_COD in Generate_InterpreterPushArgsThenConstructImpl()
2057 Label jump; Generate_OSREntry() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.cc57 // the following record in the usual way. The long pc jump record has variable
59 // pc-jump: [PC_JUMP] 11
80 // Otherwise write a variable length PC jump for the bits that do in WriteLongPCJump()
97 // Write a byte of tagged pc-delta, possibly preceded by an explicit pc-jump. in WriteShortTaggedPC()
112 // Write two-byte tagged pc-delta, possibly preceded by var. length pc-jump. in WriteModeAndPC()
202 // pc jump as a VLQ encoded integer. in AdvanceReadLongPCJump()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_codecontext.py305 jump = cc.jumptoline
315 jump()
323 jump()
332 jump()
335 # Context selection stops jump.
340 jump() # Without selection, to line 2.
/third_party/python/Lib/test/
H A Dtest_sys_settrace.py210 # part of the if contains a jump past the else branch.
1795 # 'Jump' tests: assigning to frame.f_lineno within a trace function
1796 # moves the execution position - it's how debuggers implement a Jump
1856 raise AssertionError("Trace-function-less jump failed to fail")
1898 """Decorator that creates a test that makes a jump
1910 """Decorator that creates a test that makes a jump
1921 ## The first set of 'jump' tests are for things that are allowed:
2310 # The second set of 'jump' tests are for things that are not allowed:
2374 @async_jump_test(3, 2, [2, 2], (ValueError, "can't jump into the body of a for loop"))
2463 finally: # still executed if the jump i
[all...]
/third_party/typescript/tests/baselines/reference/
H A DplainJSGrammarErrors.errors.txt91 tests/cases/conformance/salsa/plainJSGrammarErrors.js(179,13): error TS1107: Jump target cannot cross function boundary.
92 tests/cases/conformance/salsa/plainJSGrammarErrors.js(187,13): error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
93 tests/cases/conformance/salsa/plainJSGrammarErrors.js(191,5): error TS1107: Jump target cannot cross function boundary.
94 tests/cases/conformance/salsa/plainJSGrammarErrors.js(194,5): error TS1116: A 'break' statement can only jump to a label of an enclosing statement.
95 tests/cases/conformance/salsa/plainJSGrammarErrors.js(195,5): error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
466 !!! error TS1107: Jump target cannot cross function boundary.
476 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
482 !!! error TS1107: Jump target cannot cross function boundary.
487 !!! error TS1116: A 'break' statement can only jump to a label of an enclosing statement.
490 !!! error TS1115: A 'continue' statement can only jump t
[all...]
/third_party/python/Objects/
H A Dframeobject.c531 return "can't jump into an exception handler, or code may be unreachable"; in explain_incompatible_stack()
536 return "can't jump into an 'except' block as there's no exception"; in explain_incompatible_stack()
538 return "can't jump into a re-raising block as there's no location"; in explain_incompatible_stack()
543 return "can't jump into the body of a for loop"; in explain_incompatible_stack()
627 * order to jump to a given line of code, subject to some restrictions. Most
628 * lines are OK to jump to because they don't make any assumptions about the
666 "can only jump from a 'line' trace event"); in frame_setlineno()
670 "can't jump from the 'call' trace event of a new frame"); in frame_setlineno()
681 "can only jump from a 'line' trace event"); in frame_setlineno()
758 msg = "can't jump fro in frame_setlineno()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp158 LOGE("no list to jump"); in JumpToIndex()
167 LOGI("jump to index:%{public}d position:%{public}lf", index, position); in JumpToIndex()
171 LOGW("Current is not allow to jump index."); in JumpToIndex()
183 LOGE("no list to jump"); in JumpToPosition()
187 LOGI("jump to position:%{public}lf", position); in JumpToPosition()
191 LOGW("Current is not allow to jump position."); in JumpToPosition()
697 LOGE("no list to jump"); in ScrollToEdge()
743 LOGE("no list to jump"); in ScrollPage()
/third_party/libunwind/
H A DBUILD.gn396 # no jump lib
429 # no jump lib
447 # no jump lib
462 # no jump lib
540 # no jump lib
589 # no jump lib
607 # no jump lib
625 # no jump lib
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c524 /* Set jump address and int constant for BGNLOOP */ in emit_flowcontrol()
529 /* Set jump address for the BRK instructions. */ in emit_flowcontrol()
535 /* Set jump address for CONT instructions. */ in emit_flowcontrol()
593 | R500_FC_JUMP_FUNC(0x0f) /* jump if ALU result is false */ in emit_flowcontrol()
599 /* increment branch counter also if jump */ in emit_flowcontrol()
605 | R500_FC_B_ELSE /* all active pixels want to jump */ in emit_flowcontrol()
607 | R500_FC_B_OP1_DECR /* decrement branch counter if jump */ in emit_flowcontrol()
612 /* don't touch branch counter on jump */ in emit_flowcontrol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp349 // Create a dispatch block which will contain a jump table to the entries. in makeSingleEntryLoop()
354 // Add the jump table. in makeSingleEntryLoop()
359 // Add the register which will be used to tell the jump table which block to in makeSingleEntryLoop()
360 // jump to. in makeSingleEntryLoop()
440 // Set the jump table's register of the index of the block we wish to in makeSingleEntryLoop()
441 // jump to, and jump to the jump table. in makeSingleEntryLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp238 F->getParent()->getModuleFlag("CFI Canonical Jump Tables")); in isJumpTableCanonical()
241 return F->hasFnAttribute("cfi-canonical-jump-table"); in isJumpTableCanonical()
265 // For functions: true if the jump table is canonical. This essentially means
267 // is provided by the local jump table. This is normally the same as whether
268 // the function is defined locally, but if canonical jump tables are disabled
269 // by the user then the jump table never provides a canonical definition.
344 // for aliases and llvm.used/llvm.compiler.used with references to a jump in ScopedSaveAliaseesAndUsed()
348 // variables describe properties of the global, not the jump table (besides, in ScopedSaveAliaseesAndUsed()
349 // offseted references to the jump table in llvm.used are invalid). in ScopedSaveAliaseesAndUsed()
1043 // ThinLTO backend: the function F has a jump tabl
[all...]
/third_party/libunwind/libunwind/include/tdep-sh/
H A Djmpbuf.h25 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
27 /* SH4 glibc jump buffer contents:
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_conditionaljumptracker.h40 Class to link the jump locations
51 /* Mark the end of a loop or a if/else and fixup the jump sites */
/third_party/musl/src/thread/powerpc/
H A Dclone.s44 bns+ 1f # jump to label 1 if no summary overflow.
51 # if not 0, jump to end
/third_party/python/Python/
H A Dmakeopcodetargets.py2 """Generate C code for the jump table of the threaded code interpreter
57 print("Jump table written into %s" % target)
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_scheduler.cpp70 // add want when implicit match, not support jump by want temporary. in HandleActiveAbilitySlice()
103 // Check if this jump is legal. in AddAbilitySlice()
105 HILOG_WARN(HILOG_MODULE_APP, "Cannot jump to target AbilitySlice"); in AddAbilitySlice()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.h154 * @brief Parse AUTO align value. If jump item is above viewport, use START; if it's below viewport, use END.
156 * @param item ItemInfo of the FlowItem to jump to.
164 * @param item ItemInfo of the FlowItem to jump to.
/third_party/ffmpeg/libavcodec/x86/
H A Dmlpdsp.asm111 jne .shift ; jump if true
113 jl .loop4 ; jump if true
164 jl .loop4_shift ; jump if maxchan < 4
/third_party/mesa3d/src/compiler/nir/tests/
H A Dcontrol_flow_tests.cpp60 nir_jump_instr *jump = nir_jump_instr_create(b.shader, nir_jump_break); in TEST_F() local
61 nir_builder_instr_insert(&b, &jump->instr); in TEST_F()
110 nir_instr_remove(&jump->instr); in TEST_F()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.h99 // Jump helpers.
122 // Select the root boolean constant based on the jump in the given
123 // `jump_func` -- the function should jump to the given label if we want to
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h183 /// Return a pseudo source value referencing a jump table. Since jump tables
184 /// are constant, this doesn't need to identify a specific jump table.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp72 STATISTIC(NumJTMoved, "Number of jump table destination blocks moved");
73 STATISTIC(NumJTInserted, "Number of jump table intermediate blocks inserted");
77 AdjustJumpTableBlocks("arm-adjust-jump-tables", cl::Hidden, cl::init(true),
86 cl::desc("Use compressed jump tables in Thumb-1 by synthesizing an "
174 /// contains jump tables. Use getCombinedIndex on a generic CPEMI to look up
209 /// HasFarJump - True if any far jump instruction has been emitted during
404 // Functions with jump tables need an alignment of 4 because they use the ADR in runOnMachineFunction()
452 // Optimize jump tables using TBB / TBH. in runOnMachineFunction()
459 // If LR has been forced spilled and no far jump (i.e. BL) has been issued, in runOnMachineFunction()
550 /// Do initial placement of the jump table
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h60 // getJumpTargetOpValue - Return binary encoding of the jump
67 // getBranchJumpOpValueMM - Return binary encoding of the microMIPS jump
74 // getUImm5Lsl2Encoding - Return binary encoding of the microMIPS jump
171 // getJumpOffset16OpValue - Return binary encoding of the jump
/third_party/python/Misc/
H A Dvalgrind-python.supp38 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
152 ### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
182 ### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
294 # Valgrind emits "Conditional jump or move depends on uninitialised value(s)"
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc42 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor()
302 // If the result is undefined, we jump out to using the implicit receiver. in Generate_JSConstructStubGeneric()
429 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant()
577 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline()
910 // re-executing the JumpLoop to jump to the correct bytecode.
971 // If this is a JumpLoop, re-execute it to perform the jump to the beginning in AdvanceBytecodeOffsetOrReturn()
1398 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl()
1401 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny), in Generate_InterpreterPushArgsThenCallImpl()
1524 __ Jump(BUILTIN_CODE(masm->isolate(), ArrayConstructorImpl), in Generate_InterpreterPushArgsThenConstructImpl()
1536 __ Jump(BUILTIN_COD in Generate_InterpreterPushArgsThenConstructImpl()
[all...]

Completed in 30 milliseconds

12345678910>>...66