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.h26 struct FuncEntryDes { struct
27 using CallSignature = kungfu::CallSignature;
30 CallSignature::TargetKind kind_;
39 int32_t CalleeReg2Offset_[2 * kungfu::MAX_CALLEE_SAVE_REIGISTER_NUM];
40 bool IsStub() const in IsStub()
44 bool IsBCStub() const in IsBCStub()
49 bool IsBCHandlerStub() const in IsBCHandlerStub()
53 bool IsBuiltinsStub() const in IsBuiltinsStub()
59 bool IsCommonStub() const in IsCommonStub()
64 bool IsBaselineStub() const in IsBaselineStub()
[all …]