| /arkcompiler/runtime_core/static_core/runtime/fibers/ |
| H A D | fiber_context.cpp | 22 void CopyContext(FiberContext *dst, const FiberContext *src) in CopyContext() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | binary_buffer_parser.cpp | 19 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 D | spill_fill_encoder.h | 45 inline Reg GetDstReg(Location dst, TypeInfo type) in GetDstReg() argument
|
| H A D | slow_path.cpp | 88 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 D | zip_file_reader_mem.cpp | 56 bool ZipFileReaderMem::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
|
| H A D | zip_file_reader_io.cpp | 38 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| H A D | disassembler_get_file_name_test.cpp | 52 bool Find(std::stringstream &ss, const std::string &dst) in Find() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | full_gc.cpp | 139 TaggedObject *dst = markWord.ToForwardingAddress(); in Sweep() local
|
| H A D | barriers-inl.h | 105 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 D | barriers.cpp | 91 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 D | shared_full_gc.cpp | 150 TaggedObject *dst = markWord.ToForwardingAddress(); in UpdateRecordWeakReference() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Arrays.cpp | 26 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 D | stack_like_allocator_test.cpp | 54 void PrintMemory(void *dst, size_t size) in PrintMemory() argument
|
| H A D | frame_allocator_test.cpp | 223 void PrintMemory(void *dst, size_t size) in PrintMemory() argument
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/ |
| H A D | tag-isapi.rb | |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| H A D | instruction.h | 71 auto *dst = const_cast<uint8_t *>(GetPointer(offset)); in Write() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | spill_fill_data.h | 34 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 D | reg_alloc_base.cpp | 246 void ConnectIntervals(SpillFillInst *spill_fill, const LifeIntervals *src, const LifeIntervals *dst) in ConnectIntervals() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 153 def dst method in Instruction
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_base.cpp | 271 void ConnectIntervals(SpillFillInst *spillFill, const LifeIntervals *src, const LifeIntervals *dst) in ConnectIntervals() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 153 def dst method in Instruction
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | spill_fill_data.h | 34 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 D | g1-evacuate-regions-worker-state-inl.h | 69 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 D | bit_helper.h | 29 R dst; member
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | bit_helper_test.cpp | 29 To dst; variable
|