Home
last modified time | relevance | path

Searched refs:IsConstructor (Results 1 – 12 of 12) sorted by relevance

/art/compiler/sea_ir/types/
Dtype_inference.h74 bool IsConstructor() const { in IsConstructor() function
Dtype_inference.cc81 if (IsConstructor() && !declaring_class.IsJavaLangObject()) { in GetDeclaredArgumentTypes()
/art/compiler/driver/
Ddex_compilation_unit.h83 bool IsConstructor() const { in IsConstructor() function
/art/compiler/dex/
Ddex_to_dex_compiler.cc164 if (!unit_.IsConstructor() || unit_.IsStatic()) { in CompileReturnVoid()
/art/runtime/mirror/
Dart_method.h84 bool IsConstructor() const { in IsConstructor() function
/art/runtime/verifier/
Dmethod_verifier.cc1164 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 …]
Dmethod_verifier.h603 bool IsConstructor() const { in IsConstructor() function
/art/compiler/
Delf_writer_mclinker.cc372 method->IsConstructor() || in FixupOatMethodOffsets()
Doat_writer.cc411 if (!method->IsStatic() || method->IsConstructor() || in InitOatCodeMethod()
/art/runtime/
Dinstrumentation.cc64 } else if (is_initialized || !method->IsStatic() || method->IsConstructor()) { in InstallStubsForClass()
Dclass_linker.cc1698 if (method->IsStatic() && !method->IsConstructor()) { in LinkCode()
2835 CHECK(constructor->IsConstructor()); in CheckProxyConstructor()
/art/oatdump/
Doatdump.cc1033 if (method->IsConstructor()) { in Callback()