Home
last modified time | relevance | path

Searched defs:dst (Results 1 - 25 of 95) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/runtime/fibers/
H A Dfiber_context.cpp22 void CopyContext(FiberContext *dst, const FiberContext *src) in CopyContext() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dbinary_buffer_parser.cpp19 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count) in ParseBuffer() argument
31 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count, uint32_t offset) in ParseBuffer() argument
37 void BinaryBufferParser::ParseBuffer(uint8_t *dst, uint32_t count, uint8_t *src) in ParseBuffer() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dspill_fill_encoder.h45 inline Reg GetDstReg(Location dst, TypeInfo type) in GetDstReg() argument
H A Dslow_path.cpp88 auto dst = codegen->ConvertRegister(GetInst()->GetDstReg(), GetInst()->GetType()); in GenerateIsInstance() local
89 codegen->CallRuntime(GetInst(), EntrypointId::IS_INSTANCE, dst, RegMask::GetZeroMask(), src, klass); in GenerateIsInstance() local
106 auto dst = codegen->ConvertRegister(inst->GetDstReg(), inst->GetType()); in GenerateCreateObject() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file_reader_mem.cpp56 bool ZipFileReaderMem::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
H A Dzip_file_reader_io.cpp38 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
/arkcompiler/runtime_core/disassembler/tests/
H A Ddisassembler_get_file_name_test.cpp52 bool Find(std::stringstream &ss, const std::string &dst) in Find() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfull_gc.cpp139 TaggedObject *dst = markWord.ToForwardingAddress(); in Sweep() local
H A Dbarriers-inl.h105 static inline void CopyMaybeOverlap(JSTaggedValue* dst, JSTaggedValue* src, size_t count) in CopyMaybeOverlap() argument
110 static inline void CopyNoOverlap(JSTaggedValue* __restrict__ dst, JSTaggedValue* __restrict__ src, size_t count) in CopyNoOverlap() argument
119 void Barriers::CopyObject(const JSThread* thread, JSTaggedValue* dst, JSTaggedValue* src, size_t count) in CopyObject() argument
170 CopyObjectPrimitive(JSTaggedValue* dst, JSTaggedValue* src, size_t count) CopyObjectPrimitive() argument
[all...]
H A Dbarriers.cpp91 ARK_NOINLINE bool BatchBitSet([[maybe_unused]] const JSThread* thread, Region* objectRegion, JSTaggedValue* dst, in BatchBitSet() argument
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_full_gc.cpp150 TaggedObject *dst = markWord.ToForwardingAddress(); in UpdateRecordWeakReference() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Arrays.cpp26 static void StdCoreCopyTo(coretypes::Array *src, coretypes::Array *dst, int32_t dstStart, int32_t srcStart, in StdCoreCopyTo() argument
69 extern "C" void StdCoreBoolCopyTo(EtsCharArray *src, EtsCharArray *dst, int32_t dstStart, int32_t srcStart, in StdCoreBoolCopyTo() argument
75 extern "C" void StdCoreCharCopyTo(EtsCharArray *src, EtsCharArray *dst, int32_t dstStart, int32_t srcStart, in StdCoreCharCopyTo() argument
81 extern "C" void StdCoreShortCopyTo(EtsCharArray *src, EtsCharArray *dst, int32_t dstStart, int32_t srcStart, in StdCoreShortCopyTo() argument
87 StdCoreByteCopyTo(EtsCharArray *src, EtsCharArray *dst, int32_t dstStart, int32_t srcStart, int32_t srcEnd) StdCoreByteCopyTo() argument
93 StdCoreIntCopyTo(EtsCharArray *src, EtsCharArray *dst, int32_t dstStart, int32_t srcStart, int32_t srcEnd) StdCoreIntCopyTo() argument
99 StdCoreLongCopyTo(EtsCharArray *src, EtsCharArray *dst, int32_t dstStart, int32_t srcStart, int32_t srcEnd) StdCoreLongCopyTo() argument
105 StdCoreFloatCopyTo(EtsCharArray *src, EtsCharArray *dst, int32_t dstStart, int32_t srcStart, int32_t srcEnd) StdCoreFloatCopyTo() argument
111 StdCoreDoubleCopyTo(EtsCharArray *src, EtsCharArray *dst, int32_t dstStart, int32_t srcStart, int32_t srcEnd) StdCoreDoubleCopyTo() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstack_like_allocator_test.cpp54 void PrintMemory(void *dst, size_t size) in PrintMemory() argument
H A Dframe_allocator_test.cpp223 void PrintMemory(void *dst, size_t size) in PrintMemory() argument
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/
H A Dtag-isapi.rb
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dinstruction.h71 auto *dst = const_cast<uint8_t *>(GetPointer(offset)); in Write() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dspill_fill_data.h34 SpillFillData(Location src, Location dst, DataType::Type type) : src_(src), dst_(dst), type_(type) {} in SpillFillData() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp246 void ConnectIntervals(SpillFillInst *spill_fill, const LifeIntervals *src, const LifeIntervals *dst) in ConnectIntervals() argument
/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dinstructions.rb153 def dst method in Instruction
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp271 void ConnectIntervals(SpillFillInst *spillFill, const LifeIntervals *src, const LifeIntervals *dst) in ConnectIntervals() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dinstructions.rb153 def dst method in Instruction
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dspill_fill_data.h34 SpillFillData(Location src, Location dst, DataType::Type type) : src_(src), dst_(dst), type_(type) {} in SpillFillData() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-evacuate-regions-worker-state-inl.h69 void *dst = regionTo_->template Alloc<false>(alignedSize); in Evacuate() local
139 ObjectHeader *G1EvacuateRegionsWorkerState<LanguageConfig>::SetForwardAddress(ObjectHeader *src, ObjectHeader *dst, in SetForwardAddress() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbit_helper.h29 R dst; member
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbit_helper_test.cpp29 To dst; variable

Completed in 22 milliseconds

1234