Searched refs:methodOptions (Results 1 – 3 of 3) sorted by relevance
262 uint64_t methodOptions[0]; member
4373 uint64_t * methodOptions; in registerClass() local4453 methodOptions = (typeof(methodOptions))(((uintptr_t) desc) + desc->methodOptionsOffset); in registerClass()4454 bcopy(methodOptions, cls->methods, 2 * cls->methodCount * sizeof(uint64_t)); in registerClass()