Lines Matching full:state
57 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in AllocateCodeSection() local
58 return state.AllocaCodeSection(size, sectionName.c_str()); in AllocateCodeSection()
64 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in AllocateCodeSectionOnDemand() local
65 return state.AllocaCodeSectionOnDemand(size, sectionName.c_str()); in AllocateCodeSectionOnDemand()
70 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2Addr() local
71 state.SaveFunc2Addr(funcName, address); in SaveFunc2Addr()
76 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2FPtoPrevSPDelta() local
77 state.SaveFunc2FPtoPrevSPDelta(funcName, fp2PrevSpDelta); in SaveFunc2FPtoPrevSPDelta()
82 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2CalleeOffsetInfo() local
83 state.SaveFunc2CalleeOffsetInfo(funcName, calleeRegInfo); in SaveFunc2CalleeOffsetInfo()
88 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SavePC2DeoptInfo() local
89 state.SavePC2DeoptInfo(pc, deoptInfo); in SavePC2DeoptInfo()
94 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SavePC2CallSiteInfo() local
95 state.SavePC2CallSiteInfo(pc, callSiteInfo); in SavePC2CallSiteInfo()