Home
last modified time | relevance | path

Searched refs:stackmapSize (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_parser.cpp233 size_t stackmapSize = 0; in CalStackMapSize() local
238 stackmapSize += value.size(); in CalStackMapSize()
240 return stackmapSize; in CalStackMapSize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp44 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes() local
45 std::unique_ptr<uint8_t[]> stackmapPtr(std::make_unique<uint8_t[]>(stackmapSize)); in CollectStackMapDes()
51 if (memcpy_s(stackmapPtr.get(), stackmapSize, reinterpret_cast<void *>(addr), stackmapSize) != EOK) { in CollectStackMapDes()
73 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes() local
74 std::unique_ptr<uint8_t[]> stackmapPtr(std::make_unique<uint8_t[]>(stackmapSize)); in CollectAnStackMapDes()
80 if (memcpy_s(stackmapPtr.get(), stackmapSize, reinterpret_cast<void *>(addr), stackmapSize) != EOK) { in CollectAnStackMapDes()

Completed in 3 milliseconds