Lines Matching defs:methodOffset
435 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
448 void AddSkippedMethod(uint32_t methodOffset) in AddSkippedMethod()
453 void EraseSkippedMethod(uint32_t methodOffset) in EraseSkippedMethod()
472 bool FindMethodOffsetToRecordName(uint32_t methodOffset) in FindMethodOffsetToRecordName()
477 void AddMethodOffsetToRecordName(uint32_t methodOffset, CString recordName) in AddMethodOffsetToRecordName()
497 void SetClassTypeOffsetAndDefMethod(uint32_t classLiteralOffset, uint32_t methodOffset) in SetClassTypeOffsetAndDefMethod()
513 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset()
582 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo()
593 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo()
600 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
705 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
741 uint32_t methodOffset = method.first; in IterateAllMethods() local