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

/art/runtime/verifier/
H A Dmethod_verifier.cc2441 bool is_constructor; local
2446 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0;
2450 is_constructor = called_method->IsConstructor();
2463 if (is_constructor) {
/art/runtime/
H A Ddebugger.cc4091 const bool is_constructor = m->IsConstructor() && !m->IsStatic(); local
4092 if (is_constructor) {

Completed in 94 milliseconds