Searched refs:IsConstructor (Results 1 – 12 of 12) sorted by relevance
74 bool IsConstructor() const { in IsConstructor() function
81 if (IsConstructor() && !declaring_class.IsJavaLangObject()) { in GetDeclaredArgumentTypes()
83 bool IsConstructor() const { in IsConstructor() function
164 if (!unit_.IsConstructor() || unit_.IsStatic()) { in CompileReturnVoid()
84 bool IsConstructor() const { in IsConstructor() function
1164 if (IsConstructor() && !declaring_class.IsJavaLangObject()) { in SetTypesFromSignature()1521 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()1528 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()1553 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()1569 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()2166 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()2527 if (!IsConstructor() || IsStatic()) { in CodeFlowVerifyInstruction()2940 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) { in ResolveMethodAndCheckAccess()3043 if (actual_arg_type.IsUninitializedReference() && !res_method->IsConstructor()) { in VerifyInvocationArgs()3175 if (actual_arg_type.IsUninitializedReference() && !res_method->IsConstructor()) { in VerifyInvokeVirtualQuickArgs()[all …]
603 bool IsConstructor() const { in IsConstructor() function
372 method->IsConstructor() || in FixupOatMethodOffsets()
411 if (!method->IsStatic() || method->IsConstructor() || in InitOatCodeMethod()
64 } else if (is_initialized || !method->IsStatic() || method->IsConstructor()) { in InstallStubsForClass()
1698 if (method->IsStatic() && !method->IsConstructor()) { in LinkCode()2835 CHECK(constructor->IsConstructor()); in CheckProxyConstructor()
1033 if (method->IsConstructor()) { in Callback()