Searched defs:MirFuncT (Results 1 – 1 of 1) sorted by relevance
32 struct MirFuncT { // 28B struct33 uint16 frameSize;34 uint16 upFormalSize;35 uint16 moduleID;36 uint32 funcSize; // size of code in words37 uint8 *formalWordsTypetagged; // bit vector where the Nth bit tells whether67 // the first statement immediately follow MirFuncT argument71 return reinterpret_cast<uint8 *>(const_cast<MirFuncT *>(this)) + sizeof(MirFuncT); in FirstInst() argument75 uint32 FuncCodeSize() const in FuncCodeSize()