Searched defs:FuncEntryDes (Results 1 – 1 of 1) sorted by relevance
39 struct FuncEntryDes { struct41 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