Lines Matching defs:methodOffset
467 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
475 void AddSkippedMethod(uint32_t methodOffset) in AddSkippedMethod()
480 void EraseSkippedMethod(uint32_t methodOffset) in EraseSkippedMethod()
499 void AddMethodOffsetToRecordName(uint32_t methodOffset, CString recordName) in AddMethodOffsetToRecordName()
509 …void AddIndexToCPInfo(ConstantPoolInfo::ItemType type, uint32_t index, uint32_t methodOffset, uint… in AddIndexToCPInfo()
535 void SetClassTypeOffsetAndDefMethod(uint32_t classLiteralOffset, uint32_t methodOffset) in SetClassTypeOffsetAndDefMethod()
551 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset()
620 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo()
631 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo()
638 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
730 bool IsSkippedMethod(uint32_t methodOffset) const in IsSkippedMethod()
765 uint32_t index, uint32_t methodOffset, uint32_t bcIndex) in AddConstantPoolIndexToBCInfo()