Lines Matching full:is_constructor
2158 bool is_constructor;2162 is_constructor = StringPiece(dex_file_->GetMethodName(method_id)) == "<init>";2166 is_constructor = called_method->IsConstructor();2169 if (is_constructor) {