Searched defs:Move (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_assembler.cpp | 37 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/ |
| D | acc_vregister-inl.h | 79 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
|
| D | vregister.h | 254 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/ |
| D | macro_assembler_x64.cpp | 22 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/ |
| D | macro_assembler_aarch64.cpp | 36 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/ |
| D | heap_profiler.cpp | 69 bool EntryIdMap::Move(JSTaggedType oldAddr, JSTaggedType forwardAddr) in Move() function in panda::ecmascript::EntryIdMap
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 2071 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move() function
|