HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 276 - 300 of 448) sorted by null

<<1112131415161718

  /external/pdfium/xfa/fwl/
cfwl_pushbutton.cpp 116 case FWL_MouseCommand::Move:
  /external/v8/src/
splay-tree-inl.h 30 // Splay on the key to move the last node on the search path
94 // Splay on the key to move the node with the given key or the last
118 // Splay on the key to move the node with the given key or the last
160 bool SplayTree<Config, Allocator>::Move(const Key& old_key,
  /external/v8/src/wasm/baseline/
liftoff-assembler.h 114 // Allow default construction, move construction, and move assignment.
315 // Move {*target} into another register if needed and update {*target} to that
323 // Move {src} into {dst}. {src} and {dst} must be different.
324 void Move(LiftoffRegister dst, LiftoffRegister src, ValueType);
326 // Parallel register move: For a list of tuples <dst, src, type>, move the
369 inline void Move(Register dst, Register src, ValueType);
370 inline void Move(DoubleRegister dst, DoubleRegister src, ValueType);
639 assm->Move(dst.low_gp(), tmp, kWasmI32)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp 206 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk,
216 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
274 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp 74 inline SharedPtr<Unique<T> > makeSharedPtr (Move<T> move)
76 return SharedPtr<Unique<T> >(new Unique<T>(move));
306 pipelines.push_back(makeSharedPtr(Move<VkPipeline>(check<VkPipeline>(*it), Deleter<VkPipeline>(vk, device, DE_NULL))));
312 Move<VkRenderPass> makeMultisampleRenderPass (const DeviceInterface& vk,
379 Move<VkRenderPass> makeSimpleRenderPass (const DeviceInterface& vk,
432 Move<VkImage> makeImage (const DeviceInterface& vk, const VkDevice device, const VkFormat format, const IVec2& size, const deUint32 numLayers, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage)
456 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device)
482 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize bufferSize, const VkBufferUsageFlags usage)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 432 Move<VkDescriptorPool> m_descriptorPool;
433 Move<VkDescriptorSetLayout> m_descriptorSetLayout;
434 Move<VkDescriptorSet> m_descriptorSet;
436 Move<VkImageView> m_resultImageView;
745 Move<VkImageView> m_intermResultsImageView;
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 373 // garbage collection, since that might move the code and invalidate the
461 // Move values between integer and floating point registers.
485 // Register move. May do nothing if the registers are identical.
486 void Move(Register dst, Smi* smi) { LoadSmiLiteral(dst, smi); }
487 void Move(Register dst, Handle<HeapObject> value);
488 void Move(Register dst, ExternalReference reference);
489 void Move(Register dst, Register src, Condition cond = al);
490 void Move(DoubleRegister dst, DoubleRegister src);
    [all...]
  /art/compiler/optimizing/
code_generator_mips.cc 188 // move resolver.
270 // Move the class to the desired location.
412 // move resolver.
655 __ Move(temp1_, ref_reg);
737 __ Move(tmp, value);
1084 MoveOperands* move = moves_[index]; local
1090 MoveOperands* move = moves_[index]; local
    [all...]
  /external/v8/src/builtins/s390/
builtins-s390.cc 25 __ Move(kJavaScriptCallExtraArg1Register, ExternalReference::Create(address));
377 __ Move(ip, debug_hook);
387 __ Move(ip, debug_suspended_generator);
542 __ Move(cp, context_address);
761 __ Move(bytecode_size_table,
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 458 /* Move the result in the double result register. */ \
468 /* Move the result in the double result register. */ \
578 __ Move(kSpeculationPoisonRegister, kScratchReg);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 471 /* Move the result in the double result register. */ \
481 /* Move the result in the double result register. */ \
591 __ Move(kSpeculationPoisonRegister, kScratchReg);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 247 Move<VkFramebuffer> createFramebuffer (const DeviceInterface& vk,
272 Move<VkImage> createImage (const DeviceInterface& vk,
319 Move<VkImageView> createImageView (const DeviceInterface& vk,
342 Move<VkBuffer> createBuffer (const DeviceInterface& vk,
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/
ModuleEntryPoint.asm 135 // Move sec startup address into a data register
  /external/curl/packages/vms/
clean_gnv_curl.com 40 $! Move to where the base directory is.
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiMemoryRequirementInvarianceTests.cpp 79 Move<VkBuffer> m_buffer;
157 Move<vk::VkImage> m_image;
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrConversionTests.cpp 195 vk::Move<vk::VkDescriptorSetLayout> createDescriptorSetLayout (const vk::DeviceInterface& vkd,
222 vk::Move<vk::VkDescriptorPool> createDescriptorPool (const vk::DeviceInterface& vkd,
243 vk::Move<vk::VkDescriptorSet> createDescriptorSet (const vk::DeviceInterface& vkd,
259 vk::Move<vk::VkDescriptorSet> descriptorSet (vk::allocateDescriptorSet(vkd, device, &descriptorSetAllocateInfo));
291 vk::Move<vk::VkSampler> createSampler (const vk::DeviceInterface& vkd,
338 vk::Move<vk::VkImage> createImage (const vk::DeviceInterface& vkd,
368 vk::Move<vk::VkImageView> createImageView (const vk::DeviceInterface& vkd,
409 vk::Move<vk::VkSamplerYcbcrConversion> createConversion (const vk::DeviceInterface& vkd,
    [all...]
  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 158 TypeParam Move(std::move(Copy2));
159 this->expectValues(Move, this->testArray(42));
167 this->V = std::move(this->V2);
175 this->V = std::move(this->V2);
183 this->V = std::move(this->V2);
191 this->V = std::move(this->V2);
199 this->V = std::move(this->V2);
207 this->V = std::move(this->V2);
215 this->V = std::move(this->V2)
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 91 pVSB->Move(rcVScroll, true, false);
359 if (!Move(m_rcOldWindow, true, true))
cpwl_wnd.cpp 204 bool CPWL_Wnd::Move(const CFX_FloatRect& rcNew, bool bReset, bool bRefresh) {
613 pVSB->Move(rcVScroll, true, false);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 152 TypeParam Move(std::move(Copy2));
153 this->expectValues(Move, this->testArray(42));
158 MultipleElements = std::move(SingleElement);
167 this->V = std::move(this->V2);
175 this->V = std::move(this->V2);
183 this->V = std::move(this->V2);
191 this->V = std::move(this->V2);
199 this->V = std::move(this->V2);
207 this->V = std::move(this->V2)
    [all...]
  /external/v8/src/js/
array.js 207 // Move deleted elements to a new array (the return value from splice).
237 // Move data to new array.
279 // Move contents of new_array into this array
308 // Move the existing elements after the elements to be deleted
516 // If the slice needs to do a actually move elements after the insertion
692 // We also move all non-undefined elements to the front of the
693 // array and move the undefineds after that. Holes are removed.
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 322 // No aliasing -> nothing to move.
423 __ Move(i.TempRegister(0), eax); \
562 for (auto move : pushes) {
564 LocationOperand::cast(move->destination()));
565 InstructionOperand source(move->source());
581 move->Eliminate();
    [all...]
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.h 94 void Move(ManagedRegister dest, ManagedRegister src, size_t size) override;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMem.S 179 # Move the source and destination pointers to the end of the range

Completed in 3997 milliseconds

<<1112131415161718