/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.cpp | 57 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/ |
D | binary_buffer_parser.cpp | 20 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()
|
D | elf_builder.cpp | 34 char *dst = shStrTabPtr_.get(); in AddShStrTabSection() local 271 char *dst = reinterpret_cast<char *>(strTabPtr) + i; in FindShName() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | parallel_evacuator-inl.h | 44 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
|
D | stw_young_gc.cpp | 112 TaggedObject *dst = markWord.ToForwardingAddress(); in Sweep() local 130 TaggedObject *dst = markWord.ToForwardingAddress(); in Sweep() local
|
D | parallel_marker-inl.h | 145 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
|
D | full_gc.cpp | 121 TaggedObject *dst = markWord.ToForwardingAddress(); in Sweep() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_string_stub_builder.cpp | 104 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/ |
D | js_symbol.h | 101 static bool Equal(const JSSymbol &src, const JSSymbol &dst) in Equal()
|
D | tagged_tree.h | 415 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()
|
D | tagged_tree.cpp | 177 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()
|
D | ecma_string-inl.h | 362 inline void EcmaStringAccessor::ReadData(EcmaString *dst, EcmaString *src, in ReadData()
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | codegen_arm64.rb | 73 def ld(size, dst, src) argument
|
D | instructions.rb | 153 def dst method in Instruction
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | spill_fill_data.h | 34 …SpillFillData(Location src, Location dst, DataType::Type type) : src_(src), dst_(dst), type_(type)… in SpillFillData()
|
D | inst.h | 2171 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/ |
D | reg_alloc_base.cpp | 252 void ConnectIntervals(SpillFillInst *spill_fill, const LifeIntervals *src, const LifeIntervals *dst) in ConnectIntervals()
|
D | spill_fills_resolver.cpp | 276 void SpillFillsResolver::AddMovesChain(LocationIndex dst, ArenaVector<LocationIndex> *remap, in AddMovesChain()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | instruction.h | 71 auto *dst = const_cast<uint8_t *>(GetPointer(offset)); in Write() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | bit_utils.h | 300 To dst; in bit_cast() local 312 To dst; in down_cast() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | bit_helper.h | 29 R dst; member
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | bit_helper_test.cpp | 53 To dst; in MemoryCast() local
|
/arkcompiler/runtime_core/libpandafile/ |
D | bytecode_instruction.h | 120 auto *dst = const_cast<uint8_t *>(GetPointer(offset)); in Write() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | lcr_lowering.cpp | 378 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/ |
D | js_api_hashmap.cpp | 150 void JSAPIHashMap::SetAll(JSThread *thread, JSHandle<JSAPIHashMap> dst, JSHandle<JSAPIHashMap> src) in SetAll()
|