Home | History | Annotate | Download | only in verifier

Lines Matching refs:is_constructor

2874       bool is_constructor;
2879 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0;
2883 is_constructor = called_method->IsConstructor();
2897 if (is_constructor) {