Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.h39 struct FuncEntryDes { struct
41 CallSignature::TargetKind kind_;
49 int32_t CalleeReg2Offset_[2 * kungfu::MAX_CALLEE_SAVE_REIGISTER_NUM];
50 bool IsStub() const in IsStub()
55 bool IsBCStub() const in IsBCStub()
83 const FuncEntryDes &GetStubDes(int index) const in GetStubDes() argument