Searched refs:IsConstructor (Results 1 – 25 of 31) sorted by relevance
12
56 DCHECK(!method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()108 DCHECK(method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
1186 if (m.IsStatic() || !m.IsConstructor()) { in GetDeclaredConstructor()
54 if (method->IsConstructor()) { in MethodHandleImpl_getMemberInternal()
408 return (!public_only || m->IsPublic()) && !m->IsStatic() && m->IsConstructor(); in MethodMatchesConstructor()
85 bool IsConstructor() const { in IsConstructor() function
189 return IsConstructor() || IsStatic(); in CheckIncompatibleClassChange()435 bool is_constructor = IsConstructor(); in SetIntrinsic()447 DCHECK_EQ(is_constructor, IsConstructor()); in SetIntrinsic()
469 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeWithVarArgs()500 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeWithJValues()532 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeVirtualOrInterfaceWithJValues()564 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeVirtualOrInterfaceWithVarArgs()611 if (declaring_class->IsStringClass() && m->IsConstructor()) { in InvokeMethod()
188 DCHECK(!referrer->IsProxyMethod() || referrer->IsConstructor()); in GetResolvedMethod()227 DCHECK(!referrer->IsProxyMethod() || referrer->IsConstructor()); in ResolveMethod()
148 if (method->IsConstructor() && in InstallStubsForMethod()160 } else if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) { in InstallStubsForMethod()177 if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) { in InstallStubsForMethod()843 if (method->IsStatic() && !method->IsConstructor() && in Undeoptimize()
159 bool IsConstructor() { in IsConstructor() function165 return IsConstructor() && IsStatic(); in IsClassInitializer()
624 DCHECK(IsProxyMethod() && !IsConstructor()); in GetOatQuickMethodHeader()
732 DCHECK(!method->IsDirect() && !method->IsConstructor()) in GetCurrentQuickFrameInfo()
684 if (target_method->IsConstructor() && target_method->GetDeclaringClass()->IsStringClass()) { in RefineTargetMethod()
492 if (method->IsConstructor()) { in ProcessAnnotationValue()
221 return IsConstructor() && !IsStatic(); in IsInstanceConstructor()249 bool IsConstructor() const { in IsConstructor() function
755 if (IsConstructor()) { in Verify()818 if (IsConstructor()) { in Verify()838 if (!(IsConstructor() && IsStatic())) { in Verify()1729 if (IsConstructor()) { in SetTypesFromSignature()2943 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()3367 if (IsConstructor() && !IsStatic()) { in CodeFlowVerifyInstruction()3391 if (!IsConstructor()) { in CodeFlowVerifyInstruction()3892 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) { in ResolveMethodAndCheckAccess()4016 if (!res_method->IsConstructor()) { in VerifyInvocationArgsFromIterator()4521 if (actual_arg_type.IsUninitializedTypes() && !res_method->IsConstructor()) { in VerifyInvokeVirtualQuickArgs()[all …]
152 CHECK(target_method->IsConstructor()); in GetTargetConstructor()292 DCHECK(method->IsConstructor()); in DoAnalyseConstructor()478 if (method != nullptr && !method->IsStatic() && method->IsConstructor()) { in AnalyseMethodCode()
212 if (unit_.IsConstructor()) { in CompileReturnVoid()
461 resolved_method->IsConstructor())) { in FindMethodFromCode()739 if (klass == referring_class && referrer->IsConstructor() && referrer->IsStatic()) { in ResolveVerifyAndClinit()
536 DCHECK(method->IsConstructor()) in SetClassAsTypeInfo()
613 return cu->IsConstructor() in RequiresConstructorBarrier()795 return method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in IsStringConstructor()
1578 DCHECK(referrer->IsConstructor()); in CreateInstanceFieldSet()
2033 user->AsInvokeStaticOrDirect()->GetResolvedMethod()->IsConstructor() && in NoEscapeForStringBufferReference()
940 && called_method->IsConstructor())) { in DoCallCommon()
2552 if (quick_code != nullptr && (!method->IsStatic() || method->IsConstructor() || in GetQuickCode()