Home
last modified time | relevance | path

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

12

/art/runtime/mirror/
Dmethod.cc30 DCHECK(!method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
45 DCHECK(method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc50 if (method->IsConstructor()) { in MethodHandleImpl_getMemberInternal()
Djava_lang_reflect_Parameter.cc69 if (method->IsConstructor()) { in Parameter_getAnnotationNative()
Djava_lang_reflect_Executable.cc99 if (!method->IsConstructor() || in Executable_getParameterAnnotationsNative()
Djava_lang_Class.cc558 return m->IsConstructor() && in MethodMatchesConstructor()
/art/compiler/driver/
Ddex_compilation_unit.cc63 DCHECK(IsConstructor()); in RequiresConstructorBarrier()
Ddex_compilation_unit.h87 bool IsConstructor() const { in IsConstructor() function
/art/runtime/
Dreflection.cc529 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeWithVarArgs()
570 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeWithJValues()
613 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeVirtualOrInterfaceWithJValues()
657 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeVirtualOrInterfaceWithVarArgs()
717 if (declaring_class->IsStringClass() && m->IsConstructor()) { in InvokeMethod()
780 CHECK(constructor->IsConstructor()); in InvokeConstructor()
Dart_method.cc579 DCHECK(IsProxyMethod() && !IsConstructor()); in GetOatQuickMethodHeader()
694 bool is_constructor = IsConstructor(); in SetIntrinsic()
710 DCHECK_EQ(is_constructor, IsConstructor()); in SetIntrinsic()
Dclass_linker-inl.h310 DCHECK(!referrer->IsProxyMethod() || referrer->IsConstructor()); in GetResolvedMethod()
352 DCHECK(!referrer->IsProxyMethod() || referrer->IsConstructor()); in ResolveMethod()
Dinstrumentation.cc248 UNLIKELY(method->IsConstructor() && in InstallStubsForMethod()
260 } else if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) { in InstallStubsForMethod()
273 if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) { in InstallStubsForMethod()
1055 if (method->IsStatic() && !method->IsConstructor() && in Undeoptimize()
Dart_method.h147 bool IsConstructor() const { in IsConstructor() function
153 return IsConstructor() && IsStatic(); in IsClassInitializer()
Dart_method-inl.h118 return IsConstructor() || IsStatic(); in CheckIncompatibleClassChange()
Dstack.cc804 DCHECK(!method->IsDirect() && !method->IsConstructor()) in GetCurrentQuickFrameInfo()
Dmethod_handles.cc681 if (target_method->IsConstructor() && target_method->GetDeclaringClass()->IsStringClass()) { in RefineTargetMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h435 resolved_method->IsConstructor())) { in FindMethodToCall()
726 if (klass == referring_class && referrer->IsConstructor() && referrer->IsStatic()) { in ResolveVerifyAndClinit()
759 return method->IsStatic() && !method->IsConstructor(); in NeedsClinitCheckBeforeCall()
/art/compiler/dex/
Dinline_method_analyser.cc154 CHECK(target_method->IsConstructor()); in GetTargetConstructor()
294 DCHECK(method->IsConstructor()); in DoAnalyseConstructor()
480 if (method != nullptr && !method->IsStatic() && method->IsConstructor()) { in AnalyseMethodCode()
/art/runtime/verifier/
Dmethod_verifier.cc139 return IsConstructor() && !IsStatic(); in IsInstanceConstructor()
209 bool IsConstructor() const { in IsConstructor() function in art::verifier::impl::__anon79162a830111::MethodVerifier
925 if (IsConstructor()) { in Verify()
988 if (IsConstructor()) { in Verify()
1008 if (!(IsConstructor() && IsStatic())) { in Verify()
1704 if (IsConstructor()) { in SetTypesFromSignature()
3002 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()
3431 if (IsConstructor() && !IsStatic()) { in CodeFlowVerifyInstruction()
3455 if (!IsConstructor()) { in CodeFlowVerifyInstruction()
3926 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) { in ResolveMethodAndCheckAccess()
[all …]
/art/compiler/optimizing/
Dsharpening.cc65 DCHECK(!(callee->IsConstructor() && callee->GetDeclaringClass()->IsStringClass())); in SharpenInvokeStaticOrDirect()
Dreference_type_propagation.cc531 DCHECK(method->IsConstructor()) in SetClassAsTypeInfo()
/art/tools/hiddenapi/
Dhiddenapi.cc170 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor() function in art::hiddenapi::DexMember
467 } else if (member.IsConstructor()) { in IsMemberVisible()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc377 if (unit_.IsConstructor()) { in CompileReturnVoid()
/art/runtime/interpreter/mterp/
Dnterp.cc291 && resolved_method->IsConstructor()) { in NterpGetMethod()
/art/runtime/interpreter/
Dinterpreter_common.cc82 if (method->GetDeclaringClass()->IsStringClass() && method->IsConstructor()) { in UseFastInterpreterToInterpreterInvoke()
1219 && called_method->IsConstructor())) { in DoCallCommon()
Dinterpreter_common.h338 called_method->IsConstructor())); in DoInvoke()

12