Home
last modified time | relevance | path

Searched defs:DataInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddatainfo.h26 DataInfo(uint32 bitNum, MapleAllocator &alloc) : info(alloc.Adapter()) in DataInfo() function
30 DataInfo(const DataInfo &other, MapleAllocator &alloc) : info(other.info, alloc.Adapter()) {} in DataInfo() function
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h199 explicit DataInfo(std::unique_ptr<uint8_t[]> data): data_(std::move(data)), offset_(0) {} in DataInfo() function