Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp57 void AssemblerX64::Addq(Immediate src, Register dst) in Addq()
79 void AssemblerX64::Addq(Register src, Register dst) in Addq()
87 void AssemblerX64::Addl(Immediate src, Register dst) in Addl()
109 void AssemblerX64::Subq(Immediate src, Register dst) in Subq()
131 void AssemblerX64::Subq(Register src, Register dst) in Subq()
139 void AssemblerX64::Subl(Immediate src, Register dst) in Subl()
161 void AssemblerX64::Cmpq(Immediate src, Register dst) in Cmpq()
183 void AssemblerX64::Cmpb(Immediate src, Register dst) in Cmpb()
202 void AssemblerX64::Cmpq(Register src, Register dst) in Cmpq()
210 void AssemblerX64::Cmpl(Immediate src, Register dst) in Cmpl()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dbinary_buffer_parser.cpp20 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count) in ParseBuffer()
32 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count, uint32_t offset) in ParseBuffer()
38 void BinaryBufferParser::ParseBuffer(uint8_t *dst, uint32_t count, uint8_t *src) in ParseBuffer()
Delf_builder.cpp34 char *dst = shStrTabPtr_.get(); in AddShStrTabSection() local
271 char *dst = reinterpret_cast<char *>(strTabPtr) + i; in FindShName() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator-inl.h44 TaggedObject *dst = hclass->GetLayout().GetTaggedObject(); in VisitBodyInObj() local
70 TaggedObject *dst = markWord.ToForwardingAddress(); in UpdateOldToNewObjectSlot() local
110 TaggedObject *dst = markWord.ToForwardingAddress(); in UpdateObjectSlot() local
127 TaggedObject *dst = markWord.ToForwardingAddress(); in UpdateWeakObjectSlot() local
Dstw_young_gc.cpp112 TaggedObject *dst = markWord.ToForwardingAddress(); in Sweep() local
130 TaggedObject *dst = markWord.ToForwardingAddress(); in Sweep() local
Dparallel_marker-inl.h145 TaggedObject *dst = hclass->GetLayout().GetTaggedObject(); in VisitBodyInObj() local
259 TaggedObject *dst = MarkWord(object).ToForwardingAddress(); in UpdateForwardAddressIfFailed() local
290 TaggedObject *dst = markWord.ToForwardingAddress(); in MarkObject() local
357 TaggedObject *dst = markWord.ToForwardingAddress(); in MarkObject() local
Dfull_gc.cpp121 TaggedObject *dst = markWord.ToForwardingAddress(); in Sweep() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp104 GateRef dst = PtrAdd(*result, IntPtr(LineEcmaString::DATA_OFFSET)); in CreateFromEcmaString() local
189 GateRef dst = PtrAdd(*result, IntPtr(LineEcmaString::DATA_OFFSET)); in FastSubUtf8String() local
231 GateRef dst = PtrAdd(*result, IntPtr(LineEcmaString::DATA_OFFSET)); in FastSubUtf16String() local
250 void BuiltinsStringStubBuilder::CopyChars(GateRef glue, GateRef dst, GateRef source, in CopyChars()
330 void BuiltinsStringStubBuilder::CopyUtf16AsUtf8(GateRef glue, GateRef src, GateRef dst, in CopyUtf16AsUtf8()
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h101 static bool Equal(const JSSymbol &src, const JSSymbol &dst) in Equal()
Dtagged_tree.h415 inline void CopyData(const JSThread *thread, int dst, int src) in CopyData()
508 inline void CopyData(const JSThread *thread, int dst, int src) in CopyData()
568 inline void CopyData(const JSThread *thread, int dst, int src) in CopyData()
Dtagged_tree.cpp177 void TaggedTree<Derived>::Transplant(const JSThread *thread, int dst, int src) in Transplant()
537 JSTaggedValue TaggedTreeMap::SetAll(JSThread *thread, JSHandle<TaggedTreeMap> &dst, const JSHandle<… in SetAll()
Decma_string-inl.h362 inline void EcmaStringAccessor::ReadData(EcmaString *dst, EcmaString *src, in ReadData()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dcodegen_arm64.rb73 def ld(size, dst, src) argument
Dinstructions.rb153 def dst method in Instruction
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dspill_fill_data.h34 …SpillFillData(Location src, Location dst, DataType::Type type) : src_(src), dst_(dst), type_(type)… in SpillFillData()
Dinst.h2171 void AddMove(Register src, Register dst, DataType::Type type) in AddMove()
2176 void AddSpill(Register src, StackSlot dst, DataType::Type type) in AddSpill()
2181 void AddFill(StackSlot src, Register dst, DataType::Type type) in AddFill()
2186 void AddMemCopy(StackSlot src, StackSlot dst, DataType::Type type) in AddMemCopy()
2196 void AddSpillFill(const Location &src, const Location &dst, DataType::Type type) in AddSpillFill()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp252 void ConnectIntervals(SpillFillInst *spill_fill, const LifeIntervals *src, const LifeIntervals *dst) in ConnectIntervals()
Dspill_fills_resolver.cpp276 void SpillFillsResolver::AddMovesChain(LocationIndex dst, ArenaVector<LocationIndex> *remap, in AddMovesChain()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h71 auto *dst = const_cast<uint8_t *>(GetPointer(offset)); in Write() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h300 To dst; in bit_cast() local
312 To dst; in down_cast() local
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h29 R dst; member
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbit_helper_test.cpp53 To dst; in MemoryCast() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h120 auto *dst = const_cast<uint8_t *>(GetPointer(offset)); in Write() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.cpp378 ValueType dst = acc_.GetDstType(gate); in LowerCheckTaggedIntAndConvert() local
394 ValueType dst = acc_.GetDstType(gate); in LowerCheckTaggedDoubleAndConvert() local
410 ValueType dst = acc_.GetDstType(gate); in LowerCheckTaggedNumberAndConvert() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap.cpp150 void JSAPIHashMap::SetAll(JSThread *thread, JSHandle<JSAPIHashMap> dst, JSHandle<JSAPIHashMap> src) in SetAll()

12