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.h32 struct MirFuncT { // 28B struct
33 uint16 frameSize;
34 uint16 upFormalSize;
35 uint16 moduleID;
36 uint32 funcSize; // size of code in words
37 uint8 *formalWordsTypetagged; // bit vector where the Nth bit tells whether
67 // the first statement immediately follow MirFuncT argument
71 return reinterpret_cast<uint8 *>(const_cast<MirFuncT *>(this)) + sizeof(MirFuncT); in FirstInst() argument
75 uint32 FuncCodeSize() const in FuncCodeSize()