Lines Matching defs:FuncEntryDes
216 struct FuncEntryDes { struct
217 uint64_t codeAddr_;
218 CallSignature::TargetKind kind_;
219 bool isMainFunc_;
220 uint32_t indexInKindOrMethodId_;
221 uint32_t moduleIndex_;
222 int fpDeltaPrevFrameSp_;
223 uint32_t funcSize_;
224 [[maybe_unused]] uint32_t calleeRegisterNum_;
225 int32_t CalleeReg2Offset_[2 * kungfu::MAX_CALLEE_SAVE_REIGISTER_NUM];
226 bool IsStub() const in IsStub()
231 bool IsBCStub() const in IsBCStub()
260 const FuncEntryDes& GetStubDes(int index) const in GetStubDes() argument