Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dfunc_entry_des.h25 struct FuncEntryDes { struct
27 CallSignature::TargetKind kind_;
36 int32_t CalleeReg2Offset_[2 * kungfu::MAX_CALLEE_SAVE_REIGISTER_NUM];
37 bool IsStub() const in IsStub()
41 bool IsBCStub() const in IsBCStub()
46 bool IsBCHandlerStub() const in IsBCHandlerStub()
50 bool IsBuiltinsStub() const in IsBuiltinsStub()
55 bool IsCommonStub() const in IsCommonStub()
59 bool IsGeneralRTStub() const in IsGeneralRTStub()