Searched defs:is_constructor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc2229 bool is_constructor; local
2234 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0;
2238 is_constructor = called_method->IsConstructor();
2254 if (is_constructor) {

Completed in 14 milliseconds