Searched defs:FuncEntryDes (Results 1 – 1 of 1) sorted by relevance
216 struct FuncEntryDes { struct217 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];[all …]