HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium/base/
file_descriptor_shuffle.h 35 // Destructively move |src| to |dest|, overwriting |dest|. Returns true iff
37 virtual bool Move(int src, int dest) = 0;
49 bool Move(int src, int dest);
file_descriptor_shuffle.cc 53 if (!delegate->Move(i->source, i->dest))
74 bool FileDescriptorTableInjection::Move(int src, int dest) {
file_descriptor_shuffle_unittest.cc 23 MOVE,
56 bool Move(int src, int dest) {
57 actions_.push_back(Action(Action::MOVE, src, dest));
105 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
116 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
117 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3));
127 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
139 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 10, 0));
153 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 0, 1));
154 EXPECT_TRUE(tracer.actions()[2] == Action(Action::MOVE, kDuplicateBase, 0))
    [all...]
  /external/chromium/net/disk_cache/
cache_util_posix.cc 15 return file_util::Move(from_path, to_path);
  /external/v8/src/x64/
register-allocator-x64.cc 44 CodeGeneratorScope::Current()->masm()->Move(fresh.reg(), handle());
61 CodeGeneratorScope::Current()->masm()->Move(fresh.reg(), handle());
macro-assembler-x64.cc 552 Move(kScratchRegister, src);
568 Move(kScratchRegister, src);
805 Move(tmp, constant);
822 Move(kScratchRegister, constant);
825 Move(dst, constant);
842 Move(kScratchRegister, constant);
850 Move(dst, constant);
865 Move(kScratchRegister, constant);
870 Move(kScratchRegister, constant);
874 Move(dst, Smi::FromInt(-constant->value()))
    [all...]
full-codegen-x64.cc 136 Move(arguments->slot(), rax, rbx, rdx);
139 Move(dot_arguments_slot, rcx, rbx, rdx);
223 // Move value into place.
278 Move(result_register(), slot);
284 Move(result_register(), slot);
308 __ Move(result_register(), lit->handle());
317 __ Move(result_register(), lit->handle());
323 __ Move(result_register(), lit->handle());
444 __ Move(result_register(), Factory::true_value());
447 __ Move(result_register(), Factory::false_value())
    [all...]
stub-cache-x64.cc 247 __ Move(FieldOperand(receiver_reg, HeapObject::kMapOffset),
521 __ Move(holder, Handle<AccessorInfo>(callback));
    [all...]
macro-assembler-x64.h 410 void Move(Register dst, Smi* source) {
414 void Move(const Operand& dst, Smi* source) {
437 void Move(Register dst, Handle<Object> source);
438 void Move(const Operand& dst, Handle<Object> source);
679 // garbage collection, since that might move the code and invalidate the
    [all...]
builtins-x64.cc 505 __ Move(FieldOperand(result, JSArray::kPropertiesOffset),
508 __ Move(FieldOperand(result, JSArray::kLengthOffset), Smi::FromInt(0));
513 __ Move(FieldOperand(result, JSArray::kElementsOffset),
530 __ Move(FieldOperand(scratch1, JSObject::kMapOffset),
539 __ Move(scratch3, Factory::the_hole_value());
623 __ Move(elements_array, Factory::empty_fixed_array());
643 __ Move(FieldOperand(elements_array, JSObject::kMapOffset),
665 __ Move(scratch, Factory::the_hole_value());
    [all...]
virtual-frame-x64.cc 417 // have to move the actual value down in the stack.
421 // any order in the frame and lazily move the value down to
428 // If the element is a register, we will not actually move
455 // Move the top element to the stored-to slot and replace it (the
461 // in the frame and lazily move the value down to the slot.
467 // Emit code to move the value down in the frame.
514 // Emit a move.
516 __ Move(fresh.reg(), element.handle());
579 // Move registers, constants, and copies to memory. Perform moves
589 // Not a legal merge move
    [all...]
fast-codegen-x64.cc 57 __ Move(destination(), cell);
regexp-macro-assembler-x64.cc 367 __ Move(code_object_pointer(), masm_->CodeObject());
698 __ Move(code_object_pointer(), masm_->CodeObject());
755 __ Move(code_object_pointer(), masm_->CodeObject());
830 __ Move(code_object_pointer(), masm_->CodeObject());
872 __ Move(code_object_pointer(), masm_->CodeObject());
    [all...]
  /external/elfutils/libelf/
gelf_xlate.h 38 TYPE (Move, LIBELFBITS)
abstract.h 256 /* Move information. */
257 #define Move(Bits, Ext) \
258 START (Bits, Move, Ext##Move) \
264 END (Bits, Ext##Move)
267 Move (32, Ext)
269 Move (64, Ext)
elf_getdata.c 96 [TYPEIDX (SHT_SUNW_move)] = { ELF_T_MOVE, sizeof (ElfW2(Bits,Move)) \
97 AL (__alignof__ (ElfW2(Bits,Move))) }, \
  /external/skia/src/animator/
SkDisplayAdd.h 58 DECLARE_MEMBER_INFO(Move);
SkDisplayType.cpp 158 CASE_NEW(Move);
313 CASE_GET_INFO(Move);
480 { "move", SkType_Move INIT_BOOL_FIELDS },
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 120 __ Move(rcx, Smi::FromInt(0));
127 // Test that we can move a Smi value literally into a register.
167 __ Move(rcx, Smi::FromInt(x));
169 __ Move(rdx, Smi::FromInt(y));
367 __ Move(r8, Smi::FromInt(static_cast<int>(result)));
625 __ Move(rcx, Smi::FromInt(x));
646 __ Move(r8, Smi::FromInt(result));
797 __ Move(rcx, Smi::FromInt(first));
798 __ Move(rdx, Smi::FromInt(second));
799 __ Move(r8, Smi::FromInt(first - second))
    [all...]
  /frameworks/base/media/libstagefright/codecs/common/include/
voMem.h 49 VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
  /external/v8/src/mips/
full-codegen-mips.cc 95 void FullCodeGenerator::Move(Register destination, Slot* source) {
100 void FullCodeGenerator::Move(Slot* dst,
  /development/simulator/app/
PhoneWindow.cpp 345 Move(point);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 101 // use the Move() method move an element from once class to another.
115 // Move and element_id to class_id. Disconnects (removes) element
117 void Move(T element_id, T class_id) {
147 // move to head of chain in same class
148 Move(element_id, class_id);
  /external/v8/src/
full-codegen.h 272 void Move(Slot* dst, Register source, Register scratch1, Register scratch2);
273 void Move(Register dst, Slot* source);
  /external/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm 111 ; Move to the next block of data.

Completed in 450 milliseconds

1 2 3