Searched refs:accessor_type (Results 1 – 1 of 1) sorted by relevance
160 int accessor_type; in extract_method_call() local165 accessor_type = METHOD_SETTER; in extract_method_call()172 accessor_type = METHOD_CLEAR; in extract_method_call()178 accessor_type = METHOD_PRESENCE; in extract_method_call()182 accessor_type = METHOD_GETTER; in extract_method_call()190 (accessor_type == METHOD_GETTER || accessor_type == METHOD_SETTER) && in extract_method_call()206 if (accessor_type == METHOD_SETTER) { in extract_method_call()207 accessor_type = METHOD_WRAPPER_SETTER; in extract_method_call()209 accessor_type = METHOD_WRAPPER_GETTER; in extract_method_call()217 if (!has_field && accessor_type == METHOD_GETTER && in extract_method_call()[all …]