Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h31 struct MirFuncT { // 28B struct
32 uint16 frameSize;
33 uint16 upFormalSize;
34 uint16 moduleID;
35 uint32 funcSize; // size of code in words
36 uint8 *formalWordsTypetagged; // bit vector where the Nth bit tells whether
66 // the first statement immediately follow MirFuncT argument
70 return reinterpret_cast<uint8 *>(const_cast<MirFuncT *>(this)) + sizeof(MirFuncT); in FirstInst() argument
74 uint32 FuncCodeSize() const in FuncCodeSize()