| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | class-inheritance-core-1.js | 69 return super.explain () + " jump,"; 111 assert (Doge.explain () === "I can walk, jump, dance.");
|
| /third_party/musl/src/thread/powerpc/ |
| H A D | syscall_cp.s | 34 # we must compare the dereferenced value with 0 and jump to __cancel if its not 39 beq+ cr7, 1f #jump to label 1 if r0 was 0
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
| H A D | water_flow_regular_test.cpp | 493 * @tc.steps: step1. jump to 30, which is out of [0, 29]. in HWTEST_F() 494 * @tc.expected: fail to jump. in HWTEST_F() 503 * @tc.steps: step2. jump to LAST_ITEM, which will be used in scrollEdge. in HWTEST_F() 504 * @tc.expected: jump successfully, if has footer, jump to footer. in HWTEST_F()
|
| /third_party/mesa3d/src/freedreno/afuc/ |
| H A D | README.rst | 111 The following branch/jump instructions are available: 115 - ``jump`` - unconditional jump 125 an unconditional relative jump. 143 jump instruction encodes a fixed offset.
|
| /third_party/vulkan-loader/loader/ |
| H A D | unknown_ext_chain_gas_x86.S | 25 # jump to the next function in the call chain 63 jmp [rax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num))] # Jump to the next function in the chain 85 jmp [rax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * \num))] # Jump to the appropriate call chain 117 jmp [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num))] # Jump to the next function in the chain 139 jmp dword ptr [eax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * \num))] # Jump to the appropriate call chain
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.cc | 31 #include "src/wasm/jump-table-assembler.h" 466 return "jump table"; in GetWasmCodeKindAsString() 586 // created by the jump tables. 588 // Overhead for the jump table. in OverheadPerCodeSpace() 598 // Overhead for the far jump table. in OverheadPerCodeSpace() 720 // allocations (jump tables etc). in AllocateForCodeInRegion() 1031 // Re-allocate jump table. in ReserveCodeTableForTesting() 1181 // Add jump table entry for jump to the lazy compile stub. in UseLazyStub() 1348 // code table of jump tabl in PublishCodeLocked() [all...] |
| /foundation/ability/idl_tool/parser/ |
| H A D | parser.cpp | 297 // jump over colon in ParseMethodName() 320 // jump over colon in ParseMethodName() 348 // jump over colon in ParseMethodBrackets() 434 // jump to ',' or ')' in ParseParameterPeek() 474 // jump to ',' or ')' in ParseParameterInOut() 507 // jump to ',' or ')' in ParseParameter() 518 // jump to ',' or ')' in ParseParameter()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | stringtriebuilder.cpp | 165 // Write the sub-nodes in reverse order: The jump lengths are deltas from in writeBranchSubNode() 167 // then its jump delta would be larger. in writeBranchSubNode() 177 // not jump for it at all. in writeBranchSubNode() 512 // Write the sub-nodes in reverse order: The jump lengths are deltas from in write() 514 // then its jump delta would be larger. in write() 526 // not jump for it at all. in write() 579 // Encode the greater-or-equal branch last because we do not jump for it at all. in write()
|
| H A D | uhash.cpp | 321 * "jump" value (moduloing by the length again to keep it within 332 * otherwise we are not guaranteed that the jump value (the secondary 341 int32_t jump = 0; /* lazy evaluate */ in _uhash_find() local 364 if (jump == 0) { /* lazy compute jump */ in _uhash_find() 365 /* The jump value must be relatively prime to the table in _uhash_find() 369 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find() 371 theIndex = (theIndex + jump) % hash->length; in _uhash_find()
|
| /third_party/icu/tools/release/java/src/main/resources/com/ibm/icu/dev/tools/docs/ |
| H A D | genReport.xslt | 65 <P/><a href="#_top">(jump back to top)</a><hr/> 72 <P/><a href="#_top">(jump back to top)</a><hr/> 79 <P/><a href="#_top">(jump back to top)</a><hr/> 86 <P/><a href="#_top">(jump back to top)</a><hr/> 93 <P/><a href="#_top">(jump back to top)</a><hr/> 102 <P/><a href="#_top">(jump back to top)</a><hr/> 120 <P/><a href="#_top">(jump back to top)</a><hr/>
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_finalize.cpp | 145 loop_break->jump(loop_end); in finalize_loop() 156 loop_cont->jump(loop_end); in finalize_loop() 233 if_jump->jump(nelse); in finalize_if() 967 push->jump(c); in cf_peephole() 1000 // if JUMP is immediately followed by its jump target, in cf_peephole() 1001 // then JUMP is useless and we can eliminate it in cf_peephole()
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | stringtriebuilder.cpp | 165 // Write the sub-nodes in reverse order: The jump lengths are deltas from in writeBranchSubNode() 167 // then its jump delta would be larger. in writeBranchSubNode() 177 // not jump for it at all. in writeBranchSubNode() 512 // Write the sub-nodes in reverse order: The jump lengths are deltas from in write() 514 // then its jump delta would be larger. in write() 526 // not jump for it at all. in write() 579 // Encode the greater-or-equal branch last because we do not jump for it at all. in write()
|
| H A D | uhash.cpp | 321 * "jump" value (moduloing by the length again to keep it within 332 * otherwise we are not guaranteed that the jump value (the secondary 341 int32_t jump = 0; /* lazy evaluate */ in _uhash_find() local 364 if (jump == 0) { /* lazy compute jump */ in _uhash_find() 365 /* The jump value must be relatively prime to the table in _uhash_find() 369 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find() 371 theIndex = (theIndex + jump) % hash->length; in _uhash_find()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | stringtriebuilder.cpp | 165 // Write the sub-nodes in reverse order: The jump lengths are deltas from in writeBranchSubNode() 167 // then its jump delta would be larger. in writeBranchSubNode() 177 // not jump for it at all. in writeBranchSubNode() 512 // Write the sub-nodes in reverse order: The jump lengths are deltas from in write() 514 // then its jump delta would be larger. in write() 526 // not jump for it at all. in write() 579 // Encode the greater-or-equal branch last because we do not jump for it at all. in write()
|
| H A D | uhash.cpp | 321 * "jump" value (moduloing by the length again to keep it within 332 * otherwise we are not guaranteed that the jump value (the secondary 341 int32_t jump = 0; /* lazy evaluate */ in _uhash_find() local 364 if (jump == 0) { /* lazy compute jump */ in _uhash_find() 365 /* The jump value must be relatively prime to the table in _uhash_find() 369 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find() 371 theIndex = (theIndex + jump) % hash->length; in _uhash_find()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 61 /// that exit the prolog code and jump around the prolog. 179 /// values that exit the unrolling loop code and jump around it. 350 // jump to InsertBot. If not, create a loop back to cloned head. in CloneLoopBlocks() 522 /// if (extraiters == 0) jump Loop: 523 /// else jump Prol: 526 /// if (extraiters != 0) jump Prol: // Omitted if unroll factor is 2. 527 /// if (tripcount < loopfactor) jump End: 534 /// if (tripcount < loopfactor) jump LoopExit: 538 /// if (unroll_iter != 0) jump Loop: 540 /// if (extraiters == 0) jump EpilExi [all...] |
| /third_party/elfutils/tests/ |
| H A D | backtrace-child.c | 147 /* Not reached, signal will get ptrace-spawn to jump into sigusr2. */ in jmp() 192 function. It must be stdarg so that it is a call and not jump (jump as in backtracegen()
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_returns.c | 191 nir_jump_instr *jump = nir_instr_as_jump(last_instr); in lower_returns_in_block() 192 if (jump->type != nir_jump_return) in lower_returns_in_block() 195 nir_instr_remove(&jump->instr); in lower_returns_in_block()
|
| /third_party/mesa3d/src/freedreno/registers/adreno/ |
| H A D | adreno_control_regs.xml | 28 Instruction to jump to when the CP is preempted to perform a 29 context switch, initialized to entry 15 of the jump table at 117 <doc> Used to initialize the jump table for handling packets at bootup </doc>
|
| /third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
| H A D | afuc_test.asm | 62 l001: jump #l001 72 l003: jump #l004 111 jump #l006
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | jump-threading.cc | 5 #include "src/compiler/backend/jump-threading.h" 100 // try to forward the jump instruction. in ComputeForwarding() 217 // Overwrite a redundant jump with a nop. in ApplyForwarding()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | IndirectBrExpandPass.cpp | 19 /// get the builtin non-jump-table lowering of a switch even when the input 23 /// disables jump-table lowering of switches. Doing that is likely to pessimize 194 // jump to that block instead of each indirectbr, and phi together the in runOnFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
| H A D | ControlFlow.cpp | 20 const bool NearJmp = AssemblerX8632::k##Near##Jump; \ in TEST_F() 154 __ jmp(&ForwardJmp, AssemblerX8632::k##Near##Jump); \ in TEST_F() 166 __ jmp(&Done, AssemblerX8632::k##Near##Jump); \ in TEST_F()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
| H A D | ControlFlow.cpp | 22 const bool NearJmp = AssemblerX8664::k##Near##Jump; \ in TEST_F() 210 __ jmp(&ForwardJmp, AssemblerX8664::k##Near##Jump); \ in TEST_F() 222 __ jmp(&Done, AssemblerX8664::k##Near##Jump); \ in TEST_F()
|
| /base/startup/init/test/haptest/app_haptest/entry/src/main/ets/pages/ |
| H A D | AdvertisingPage.ets | 21 * Stay on the advertising page for a few seconds to jump to the home page. 45 * Jump to app home page.
|