Searched refs:IsConstructor (Results 1 – 15 of 15) sorted by relevance
74 bool IsConstructor() const { in IsConstructor() function
81 if (IsConstructor() && !declaring_class.IsJavaLangObject()) { in GetDeclaredArgumentTypes()
85 bool IsConstructor() const { in IsConstructor() function
131 if (method->IsConstructor() && in InstallStubsForMethod()150 } else if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) { in InstallStubsForMethod()172 if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) { in InstallStubsForMethod()832 if (method->IsStatic() && !method->IsConstructor() && in Undeoptimize()
2669 if (method->IsStatic() && !method->IsConstructor()) { in LinkCode()3996 CHECK(constructor->IsConstructor()); in CheckProxyConstructor()
625 if (m->IsConstructor()) { in ToReflectedMethod()
159 if (!unit_.IsConstructor() || unit_.IsStatic()) { in CompileReturnVoid()
91 bool IsConstructor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsConstructor() function97 return IsConstructor() && IsStatic(); in IsClassInitializer()
167 return IsConstructor() || IsStatic() || GetDeclaringClass()->IsInterface(); in CheckIncompatibleClassChange()
1204 if (IsConstructor() && !declaring_class.IsJavaLangObject()) { in SetTypesFromSignature()1573 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()1580 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()1605 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()1621 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()2273 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()2650 if (!IsConstructor() || IsStatic()) { in CodeFlowVerifyInstruction()3087 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) { in ResolveMethodAndCheckAccess()3169 if (!res_method->IsConstructor()) { in VerifyInvocationArgsFromIterator()3419 if (actual_arg_type.IsUninitializedReference() && !res_method->IsConstructor()) { in VerifyInvokeVirtualQuickArgs()[all …]
614 bool IsConstructor() const { in IsConstructor() function
378 method->IsConstructor() || in FixupOatMethodOffsets()
1087 …(!method->IsStatic() || method->IsConstructor() || method->GetDeclaringClass()->IsInitialized())) { in GetQuickCode()1185 if (portable_code != nullptr && (!orig->IsStatic() || orig->IsConstructor() || in FixupMethod()
599 if (klass == referring_class && referrer->IsConstructor() && referrer->IsStatic()) { in ResolveVerifyAndClinit()
1366 if (method->IsConstructor()) { in Callback()