Lines Matching defs:methodOffset
170 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
183 void AddSkippedMethod(uint32_t methodOffset) in AddSkippedMethod()
188 void EraseSkippedMethod(uint32_t methodOffset) in EraseSkippedMethod()
195 bool FindMethodOffsetToRecordName(uint32_t methodOffset) in FindMethodOffsetToRecordName()
200 void AddMethodOffsetToRecordName(uint32_t methodOffset, CString recordName) in AddMethodOffsetToRecordName()
220 void SetClassTypeOffsetAndDefMethod(uint32_t classLiteralOffset, uint32_t methodOffset) in SetClassTypeOffsetAndDefMethod()
236 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset()
243 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo()
254 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo()
261 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
328 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
359 uint32_t methodOffset = method.first; in IterateAllMethods() local