Home
last modified time | relevance | path

Searched defs:Move (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_assembler.cpp37 void BaselineAssembler::Move(VirtualRegister interpreterDestReg, Immediate value) in Move() function in panda::ecmascript::kungfu::BaselineAssembler
45 void BaselineAssembler::Move(SpecialRegister destReg, Immediate value) in Move() function in panda::ecmascript::kungfu::BaselineAssembler
53 void BaselineAssembler::Move(SpecialRegister destReg, SpecialRegister srcReg) in Move() function in panda::ecmascript::kungfu::BaselineAssembler
63 void BaselineAssembler::Move(VirtualRegister interpreterDestReg, VirtualRegister interpreterSrcReg) in Move() function in panda::ecmascript::kungfu::BaselineAssembler
74 void BaselineAssembler::Move(SpecialRegister destReg, VirtualRegister interpreterSrcReg) in Move() function in panda::ecmascript::kungfu::BaselineAssembler
85 void BaselineAssembler::Move(VirtualRegister interpreterDestReg, SpecialRegister srcReg) in Move() function in panda::ecmascript::kungfu::BaselineAssembler
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dacc_vregister-inl.h79 ALWAYS_INLINE inline void Move(const StaticVRegisterRef &other) in Move() function
85 ALWAYS_INLINE inline void Move(const DynamicVRegisterRef &other) in Move() function
139 ALWAYS_INLINE inline void Move(const AccVRegisterTRef &other) in Move() function
Dvregister.h254 ALWAYS_INLINE inline void Move(const T &other) in Move() function
400 ALWAYS_INLINE inline void Move(std::pair<int64_t, int64_t> value) in Move() function
439 ALWAYS_INLINE inline void Move(const StaticVRegisterRef &other) in Move() function
494 ALWAYS_INLINE inline void Move(std::pair<int64_t, int64_t> value) in Move() function
531 ALWAYS_INLINE inline void Move(const DynamicVRegisterRef &other) in Move() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dmacro_assembler_x64.cpp22 void MacroAssemblerX64::Move(const StackSlotOperand &dstStackSlot, Immediate value) in Move() function in panda::ecmascript::kungfu::MacroAssemblerX64
30 void MacroAssemblerX64::Move(const StackSlotOperand &dstStackSlot, in Move() function in panda::ecmascript::kungfu::MacroAssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp36 void MacroAssemblerAArch64::Move(const StackSlotOperand &dstStackSlot, Immediate value) in Move() function in panda::ecmascript::kungfu::MacroAssemblerAArch64
45 void MacroAssemblerAArch64::Move(const StackSlotOperand &dstStackSlot, in Move() function in panda::ecmascript::kungfu::MacroAssemblerAArch64
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp69 bool EntryIdMap::Move(JSTaggedType oldAddr, JSTaggedType forwardAddr) in Move() function in panda::ecmascript::EntryIdMap
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h2071 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move() function