Searched defs:DataInfo (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ | ||
| H A D | datainfo.h | 24 class DataInfo { class 26 DataInfo(uint32 bitNum, MapleAllocator &alloc) : info(alloc.Adapter()) in DataInfo() function in maplebe::DataInfo 30 DataInfo(const DataInfo &other, MapleAllocator &alloc) : info(other.info, alloc.Adapter()) {} in DataInfo() function in maplebe::DataInfo [all...] |
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ | ||
| H A D | llvm_stackmap_type.h | 190 class DataInfo { class 192 explicit DataInfo(std::unique_ptr<uint8_t[]> data): data_(std::move(data)), offset_(0) {} in DataInfo() function in panda::ecmascript::kungfu::DataInfo |
Completed in 1 milliseconds