HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 126 - 150 of 421) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/compiler/optimizing/
code_generator_mips.cc 160 // move resolver.
243 // Move the class to the desired location.
393 // move resolver.
520 MoveOperands* move = moves_[index]; local
521 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType());
526 MoveOperands* move = moves_[index]; local
527 Primitive::Type type = move->GetType();
528 Location loc1 = move->GetDestination()
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 292 __ Move(kScratchRegister, ExternalReference::ForDeoptEntry(entry));
332 __ Move(MemOperand(rsp, 2 * kPointerSize), Smi::FromInt(StackFrame::STUB));
646 __ Move(rsi, Handle<Object>::cast(constant->handle(isolate())));
863 void LCodeGen::DoParallelMove(LParallelMove* move) {
864 resolver_.Resolve(move);
873 LParallelMove* move = gap->GetParallelMove(inner_pos); local
874 if (move != NULL) DoParallelMove(move);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 86 Value y(std::move(x));
92 Value z = std::move(y);
104 EXPECT_TRUE(x.IsNull()); // move semantic
127 // C++11 move assignment
132 x = std::move(y);
137 y = std::move(Value().SetInt(1234));
163 .AddMember("t", Value(true).Move(), allocator)
164 .AddMember("f", Value(false).Move(), allocator)
165 .AddMember("n", Value(kNullType).Move(), allocator)
168 .AddMember("a", Value(kArrayType).Move().PushBack(1, allocator).PushBack(2, allocator).PushBack(3, allocator), allocator);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 420 Move<VkDescriptorPool> m_descriptorPool;
421 Move<VkDescriptorSetLayout> m_descriptorSetLayout;
422 Move<VkDescriptorSet> m_descriptorSet;
424 Move<VkImageView> m_resultImageView;
737 Move<VkImageView> m_intermResultsImageView;
    [all...]
vktImageQualifiersTests.cpp 338 Move<VkDescriptorPool> m_descriptorPool;
339 Move<VkDescriptorSetLayout> m_descriptorSetLayout;
340 Move<VkDescriptorSet> m_descriptorSet;
485 Move<VkImageView> m_imageView;
624 Move<VkBufferView> m_bufferView;
  /external/v8/src/ic/x64/
ic-x64.cc 236 __ Move(result, scratch);
340 __ Move(vector, dummy_vector);
341 __ Move(slot, Smi::FromInt(slot_index));
567 __ Move(vector, dummy_vector);
568 __ Move(slot, Smi::FromInt(slot_index));
  /external/v8/src/x64/
code-stubs-x64.cc 455 // Move base to the correct argument register. Exponent is already in xmm1.
709 __ Move(kScratchRegister, address_of_regexp_stack_memory_address);
711 __ Move(kScratchRegister, address_of_regexp_stack_memory_size);
    [all...]
  /art/compiler/utils/
assembler.h 121 void Move(size_t newposition, size_t oldposition, size_t size) {
122 // Move a chunk of the buffer from oldposition to newposition.
430 virtual void Move(ManagedRegister dest, ManagedRegister src, size_t size) = 0;
  /external/curl/packages/vms/
backup_gnv_curl_src.com 98 $! Move to the base directories
pcsi_product_gnv_curl.com 139 $! Move to the base directories
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 55 addEvents(this, m_comboListener, new int[]{SWT.Dispose, SWT.Move, SWT.Resize});
140 case SWT.Move :
  /external/libhevc/common/arm/
ihevc_sao_band_offset_luma.s 76 MOV r9,r8 @Move the ht to r9 for loop counter
109 MOV r9,r7 @Move the wd to r9 for loop counter
187 MOV r11,r8 @move ht
  /external/libvncserver/webclients/novnc/include/
keysym.js 17 XK_Left = 0xff51, /* Move left, left arrow */
18 XK_Up = 0xff52, /* Move up, up arrow */
19 XK_Right = 0xff53, /* Move right, right arrow */
20 XK_Down = 0xff54, /* Move down, down arrow */
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 108 m_pText->Move(rcClient, TRUE, FALSE);
357 m_pListContent->Move(GetClientRect(), TRUE, FALSE);
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 29 LMoveOperands move = moves_[i]; local
33 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
53 // moves to perform, ignoring any move that is redundant (the source is
55 // unallocated, or the move was already eliminated).
58 LMoveOperands move = moves->at(i); local
59 if (!move.IsRedundant()) AddMove(move);
66 // Each call to this function performs a move and deletes it from the move
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 336 __ Move(ecx, Immediate(0));
474 __ Move(ebp, esp);
482 __ Move(ecx, Smi::FromInt(0));
    [all...]
macro-assembler-ia32.cc 245 Move(result_reg, Immediate(0));
248 Move(result_reg, Immediate(255));
678 Move(eax, Immediate(0));
784 Move(dst, Immediate(x.x_ ^ jit_cookie()));
787 Move(dst, x);
872 Move(scratch2, 1.0);
    [all...]
  /external/v8/src/x87/
builtins-x87.cc 337 __ Move(ecx, Immediate(0));
475 __ Move(ebp, esp);
483 __ Move(ecx, Smi::FromInt(0));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1.s 136 @ Move to VFP from ARM
149 @ Move to ARM from VFP
vfp1_t2.s 139 @ Move to VFP from ARM
152 @ Move to ARM from VFP
  /external/v8/src/ppc/
macro-assembler-ppc.cc 42 Move(ip, target);
191 void MacroAssembler::Move(Register dst, Handle<Object> value) {
208 void MacroAssembler::Move(Register dst, Register src, Condition cond) {
216 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) {
853 Move(dst_high, src_low);
860 Move(dst_low, src_low);
861 Move(dst_high, src_high);
899 Move(dst_low, src_high);
906 Move(dst_low, src_low);
907 Move(dst_high, src_high)
    [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 1026 lsl r11, r2, #2 @II Move back src 4 rows
1028 subeq r0, r0, r11 @II Move back src 4 rows if we are at even block
1030 addeq r0, r0, #8 @II Move src 8 cols forward if we are at even block
1032 lsl r11, r3, #2 @II Move back pred 4 rows
1034 subeq r1, r1, r11 @II Move back pred 4 rows if we are at even block
1036 addeq r1, r1, #8 @II Move pred 8 cols forward if we are at even block
    [all...]
  /external/chromium-trace/catapult/telemetry/
cloud_storage 112 """Move files to the given bucket."""
137 # Move to the target bucket.
139 cloud_storage.Move(buckets.pop(), args.bucket, file_hash)
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 451 vk::Move<vk::VkDescriptorPool> m_descriptorPool;
452 vk::Move<vk::VkDescriptorSet> m_descriptorSet;
453 vk::Move<vk::VkPipelineLayout> m_pipelineLayout;
454 vk::Move<vk::VkPipeline> m_computePipeline;
  /external/libchrome/base/files/
file_util.cc 46 bool Move(const FilePath& from_path, const FilePath& to_path) {

Completed in 713 milliseconds

1 2 3 4 56 7 8 91011>>