Home
last modified time | relevance | path

Searched refs:IsConstructor (Results 1 – 15 of 15) 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.h85 bool IsConstructor() const { in IsConstructor() function
/art/runtime/
Dinstrumentation.cc131 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()
Dclass_linker.cc2669 if (method->IsStatic() && !method->IsConstructor()) { in LinkCode()
3996 CHECK(constructor->IsConstructor()); in CheckProxyConstructor()
Djni_internal.cc625 if (m->IsConstructor()) { in ToReflectedMethod()
/art/compiler/dex/
Ddex_to_dex_compiler.cc159 if (!unit_.IsConstructor() || unit_.IsStatic()) { in CompileReturnVoid()
/art/runtime/mirror/
Dart_method.h91 bool IsConstructor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsConstructor() function
97 return IsConstructor() && IsStatic(); in IsClassInitializer()
Dart_method-inl.h167 return IsConstructor() || IsStatic() || GetDeclaringClass()->IsInterface(); in CheckIncompatibleClassChange()
/art/runtime/verifier/
Dmethod_verifier.cc1204 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 …]
Dmethod_verifier.h614 bool IsConstructor() const { in IsConstructor() function
/art/compiler/
Delf_writer_mclinker.cc378 method->IsConstructor() || in FixupOatMethodOffsets()
Dimage_writer.cc1087 …(!method->IsStatic() || method->IsConstructor() || method->GetDeclaringClass()->IsInitialized())) { in GetQuickCode()
1185 if (portable_code != nullptr && (!orig->IsStatic() || orig->IsConstructor() || in FixupMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h599 if (klass == referring_class && referrer->IsConstructor() && referrer->IsStatic()) { in ResolveVerifyAndClinit()
/art/oatdump/
Doatdump.cc1366 if (method->IsConstructor()) { in Callback()