Home
last modified time | relevance | path

Searched refs:IsStatic (Results 1 – 25 of 60) sorted by relevance

123

/art/compiler/jni/quick/
Dcalling_convention.h108 bool IsStatic() const { in IsStatic() function
116 if (IsStatic()) { in IsParamALongOrDouble()
126 if (IsStatic()) { in IsParamAFloatOrDouble()
136 if (IsStatic()) { in IsParamADouble()
145 if (IsStatic()) { in IsParamALong()
154 if (IsStatic()) { in IsParamAReference()
168 return IsStatic() ? 0 : 1; in NumImplicitArgs()
181 if (IsStatic()) { in ParamSize()
Dcalling_convention.cc122 return IsStatic() || (itr_args_ != 0); in IsCurrentArgExplicit()
202 return NumReferenceArgs() + (IsStatic() ? 1 : 0); in ReferenceCount()
341 return IsStatic() ? 2 : 1; in NumberOfExtraArgumentsForJni()
364 if (!IsStatic()) { in HasSelfClass()
/art/runtime/interpreter/
Dshadow_frame.cc25 if (m->IsStatic()) { in GetThisObject()
39 if (m->IsStatic()) { in GetThisObject()
Dinterpreter.cc56 if (method->IsStatic()) { in InterpreterJni()
405 if (!method->IsStatic()) { in EnterInterpreterFromInvoke()
418 if (!method->IsStatic()) { in EnterInterpreterFromInvoke()
448 if (method->IsStatic() && UNLIKELY(!method->GetDeclaringClass()->IsInitialized())) { in EnterInterpreterFromInvoke()
468 args = shadow_frame->GetVRegArgs(method->IsStatic() ? 0 : 1); in EnterInterpreterFromInvoke()
614 const bool is_static = method->IsStatic(); in ArtInterpreterToInterpreterBridge()
/art/compiler/optimizing/
Dintrinsics.cc34 #define CHECK_INTRINSICS_ENUM_VALUES(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptio… argument
48 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in INTRINSICS_LIST() argument
50 return IsStatic; in INTRINSICS_LIST()
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in NeedsEnvironmentOrCache() argument
80 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in GetSideEffects() argument
96 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in GetExceptions() argument
207 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
Dintrinsics_x86_64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_arm_vixl.h36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_mips.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_x86.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_mips64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_arm64.h47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dbuilder.cc178 size_t num_arg_vregs = num_args + num_wide_args + (dex_compilation_unit_->IsStatic() ? 0u : 1u); in BuildIntrinsicGraph()
/art/runtime/
Dart_field-inl.h57 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()
67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()
98 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()
108 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()
119 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
127 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
273 DCHECK(IsStatic()); in GetName()
284 DCHECK(IsStatic()); in GetTypeDescriptor()
Dcommon_dex_operations.h79 if (entity->IsStatic()) { in DCheckStaticState()
103 if (!field->IsStatic()) { in DoFieldGetCommon()
161 ObjPtr<mirror::Object> this_object = field->IsStatic() ? nullptr : obj; in DoFieldPutCommon()
Dart_method-inl.h124 return !IsStatic(); in CheckIncompatibleClassChange()
126 return !IsDirect() || IsStatic(); in CheckIncompatibleClassChange()
135 return IsConstructor() || IsStatic(); in CheckIncompatibleClassChange()
455 DCHECK(IsStatic() || IsFinal() || GetDeclaringClass()->IsFinal()) << in SetIntrinsic()
Dart_method.cc169 if (IsStatic()) { in GetInvokeType()
213 if (IsStatic()) { in FindOverriddenMethod()
341 if (IsStatic()) { in Invoke()
359 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0)); in Invoke()
373 if (!IsStatic()) { in Invoke()
515 if (method->IsStatic() || method->IsDirect()) { in FindOatMethodFor()
Dreflection.cc185 if (!shadow_frame->GetMethod()->IsStatic()) { in BuildArgArrayFromFrame()
376 if (!m->IsStatic()) { in CheckMethodArguments()
478 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj); in InvokeWithVarArgs()
509 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj); in InvokeWithJValues()
613 if (!m->IsStatic()) { in InvokeMethod()
/art/runtime/mirror/
Dfield.cc60 DCHECK(IsStatic()); in GetArtField()
73 if (IsStatic()) { in GetArtField()
Dfield-inl.h59 DCHECK(field->IsStatic()); in CreateFromArtField()
Dfield.h62 bool IsStatic() REQUIRES_SHARED(Locks::mutator_lock_) { in IsStatic() function
/art/compiler/driver/
Dcompiler_driver-inl.h78 if (UNLIKELY(resolved_field->IsStatic() != is_static)) { in ResolveField()
91 DCHECK(!resolved_field->IsStatic()); in IsFastInstanceField()
Ddex_compilation_unit.h94 bool IsStatic() const { in IsStatic() function
/art/compiler/dex/
Dinline_method_analyser.cc153 CHECK(!target_method->IsStatic()); in GetTargetConstructor()
293 DCHECK(!method->IsStatic()); in DoAnalyseConstructor()
440 method->IsStatic(), in AnalyseMethodCode()
480 if (method != nullptr && !method->IsStatic() && method->IsConstructor()) { in AnalyseMethodCode()
717 if (field == nullptr || field->IsStatic()) { in ComputeSpecialAccessorInfo()
/art/runtime/verifier/
Dmethod_verifier.h224 return IsConstructor() && !IsStatic(); in IsInstanceConstructor()
258 bool IsStatic() const { in IsStatic() function
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h363 if (UNLIKELY(resolved_field->IsStatic() != is_static)) { in FindFieldFromCode()
628 if (UNLIKELY(resolved_field->IsStatic() != is_static)) { in FindFieldFast()
735 if (klass == referring_class && referrer->IsConstructor() && referrer->IsStatic()) { in ResolveVerifyAndClinit()

123