Searched defs:ByteCode (Results 1 – 2 of 2) sorted by relevance
171 struct SK_API ByteCode { struct174 ByteCode() = default; argument176 ByteCode& operator=(const ByteCode&) = delete; argument181 std::vector<std::unique_ptr<ByteCodeFunction>> fFunctions; argument184 const ByteCodeFunction* getFunction(const char* name) const { in getFunction() argument
412 const uint8_t *ByteCode = in UnwindByteCode() local