Searched defs:Move (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A 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) Move() function in panda::ecmascript::kungfu::BaselineAssembler [all...] |
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | acc_vregister-inl.h | 79 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 D | vregister.h | 254 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 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/ |
| H A 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/napi/include/ |
| H A D | jsnapi.h | 516 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move() function in panda::CopyableGlobal
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_profiler.cpp | 80 bool EntryIdMap::Move(JSTaggedType oldAddr, JSTaggedType forwardAddr) in Move() function in panda::ecmascript::EntryIdMap
|
Completed in 6 milliseconds