Home
last modified time | relevance | path

Searched defs:moves (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dgap-resolver.cc24 ParallelMove* moves) { in Split()
88 void GapResolver::Resolve(ParallelMove* moves) { in Resolve()
153 void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) { in PerformMove()
Dmove-optimizer.cc115 ParallelMove* moves = instr->parallel_moves()[i]; in FindFirstNonEmptySlot() local
167 ParallelMove* moves = instruction->parallel_moves()[0]; in RemoveClobberedDestinations() local
471 ParallelMove* moves = instr->GetOrCreateParallelMove( in OptimizeMerge() local
Dregister-allocator-verifier.cc35 const ParallelMove* moves = instr->GetParallelMove(inner_pos); in VerifyAllocatedGaps() local
289 void BlockAssessments::PerformParallelMoves(const ParallelMove* moves) { in PerformParallelMoves()
Dregister-allocator.cc1367 ParallelMove* moves = instr->GetOrCreateParallelMove(position, code_zone()); in AddGapMove() local
2433 auto moves = predecessor_instr->GetParallelMove(Instruction::START); in ProcessPhis() local
5077 ParallelMove* moves = delayed_insertion_map.begin()->first.first; in ConnectRanges() local
Dmid-tier-register-allocator.cc146 ParallelMove* moves = instr->GetOrCreateParallelMove(position, code_zone()); in AddGapMove() local
3125 ParallelMove* moves = instr->GetParallelMove(Instruction::END); in AllocateRegisters() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
DTestUCharacterIterator.java343 String moves="0+0+0--0-0-+++0--+++++++0--------"; in previousNext() local
399 String moves="0+0+0--0-0-+++0--+++++++0--------++++0000----0-"; in TestUCharacterIteratorWrapper() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/
DTestUCharacterIterator.java346 String moves="0+0+0--0-0-+++0--+++++++0--------"; in previousNext() local
402 String moves="0+0+0--0-0-+++0--+++++++0--------++++0000----0-"; in TestUCharacterIteratorWrapper() local
/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc137 RegisterMoves& moves) { in EmitSingleParallelMove()
144 Register target, RegisterMoves& moves) { in RecursivelyEmitParallelMoveChain()
171 void EmitParallelMoveChain(Register source, RegisterMoves& moves) { in EmitParallelMoveChain()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp769 const char *moves, const char *which) { in TestUCharIterator()
848 const char *const moves= in TestUCharIterator() local
Dtstnorm.cpp635 const char *moves, in TestPreviousNext()
778 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts180 const moves = createElement("div", "comma-sep-list gap-move"); constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java1292 String moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
1377 String moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNextJCI() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java1289 String moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
1374 String moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNextJCI() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.h666 std::initializer_list<ParallelRegisterMoveTuple> moves) { in ParallelRegisterMove()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h13373 void VmaBlockVector::ApplyDefragmentationMovesCpu( in ApplyDefragmentationMovesCpu()
13492 void VmaBlockVector::ApplyDefragmentationMovesGpu( in ApplyDefragmentationMovesGpu()
14029 VkResult VmaDefragmentationAlgorithm_Generic::DefragmentRound( in DefragmentRound()
14197 VkResult VmaDefragmentationAlgorithm_Generic::Defragment( in Defragment()
14296 VkResult VmaDefragmentationAlgorithm_Fast::Defragment( in Defragment()
/third_party/skia/tests/
DPathTest.cpp1301 SkPath moves; in test_close() local