Searched refs:object_is_this (Results 1 – 1 of 1) sorted by relevance
918 bool object_is_this = (data.method_is_static == 0u && data.object_arg == 0u); in GenInlineIGet() local919 if (!object_is_this) { in GenInlineIGet()928 if (object_is_this) { in GenInlineIGet()977 bool object_is_this = (data.method_is_static == 0u && data.object_arg == 0u); in GenInlineIPut() local978 if (!object_is_this) { in GenInlineIPut()987 if (object_is_this) { in GenInlineIPut()