Searched defs:FunctionWrapper (Results 1 – 1 of 1) sorted by relevance
79 struct FunctionWrapper { struct100 explicit FunctionWrapper(void *func) : impl(func) {} in FunctionWrapper() argument105 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 = {};