Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/wrappers/
Dpandasm_wrapper.h79 struct FunctionWrapper { struct
100 explicit FunctionWrapper(void *func) : impl(func) {} in FunctionWrapper() argument
105 void *impl = nullptr;
106 std::string name;
107 int64_t valueOfFirstParam = -1;
108 size_t regsNum = 0;
109 size_t slotsNum = 0;
110 std::vector<InsWrapper> ins = {};
111 std::vector<CatchBlockWrapper> catchBlocks = {};