Lines Matching refs:IsConstructor
127 return IsConstructor() && !IsStatic(); in IsInstanceConstructor()
168 bool IsConstructor() const { in IsConstructor() function in art::verifier::impl::__anonfaa579ac0111::MethodVerifier
765 if (IsConstructor()) { in Verify()
828 if (IsConstructor()) { in Verify()
848 if (!(IsConstructor() && IsStatic())) { in Verify()
1693 if (IsConstructor()) { in SetTypesFromSignature()
2994 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()
3423 if (IsConstructor() && !IsStatic()) { in CodeFlowVerifyInstruction()
3447 if (!IsConstructor()) { in CodeFlowVerifyInstruction()
3877 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) { in ResolveMethodAndCheckAccess()
4002 if (!res_method->IsConstructor()) { in VerifyInvocationArgsFromIterator()
4744 !IsConstructor() || in GetInstanceField()