Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A 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) Move() function in panda::ecmascript::kungfu::BaselineAssembler
[all...]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dacc_vregister-inl.h79 ALWAYS_INLINE inline void Move(const StaticVRegisterRef &other) in Move() function in ark::interpreter::AccVRegisterTRef
85 ALWAYS_INLINE inline void Move(const DynamicVRegisterRef &other) in Move() function in ark::interpreter::AccVRegisterTRef
139 ALWAYS_INLINE inline void Move(const AccVRegisterTRef &other) in Move() function in ark::interpreter::AccVRegisterTRef
H A Dvregister.h254 ALWAYS_INLINE inline void Move(const T &other) in Move() function in ark::interpreter::VRegisterRef
400 ALWAYS_INLINE inline void Move(std::pair<int64_t, int64_t> value) in Move() function in ark::interpreter::StaticVRegisterRef
439 ALWAYS_INLINE inline void Move(const StaticVRegisterRef &other) in Move() function in ark::interpreter::StaticVRegisterRef
494 ALWAYS_INLINE inline void Move(std::pair<int64_t, int64_t> value) in Move() function in ark::interpreter::DynamicVRegisterRef
531 ALWAYS_INLINE inline void Move(const DynamicVRegisterRef &other) in Move() function in ark::interpreter::DynamicVRegisterRef
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A 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/
H A 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/napi/include/
H A Djsnapi.h516 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move() function in panda::CopyableGlobal
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp80 bool EntryIdMap::Move(JSTaggedType oldAddr, JSTaggedType forwardAddr) in Move() function in panda::ecmascript::EntryIdMap

Completed in 6 milliseconds