Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDeclaringClass

449   bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor();
479 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor();
510 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor();
541 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor();
575 mirror::Class* declaring_class = m->GetDeclaringClass();
625 m->GetDeclaringClass() == nullptr ? "null" :
626 PrettyClass(m->GetDeclaringClass()).c_str()).c_str());
835 return visitor.caller != nullptr ? visitor.caller->GetDeclaringClass() : nullptr;