/art/compiler/jni/quick/ |
D | calling_convention.h | 108 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()
|
D | calling_convention.cc | 122 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/ |
D | shadow_frame.cc | 25 if (m->IsStatic()) { in GetThisObject() 39 if (m->IsStatic()) { in GetThisObject()
|
D | interpreter.cc | 56 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/ |
D | intrinsics.cc | 34 #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
|
D | intrinsics_x86_64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_arm_vixl.h | 36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_mips.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_x86.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_mips64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_arm64.h | 47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | builder.cc | 178 size_t num_arg_vregs = num_args + num_wide_args + (dex_compilation_unit_->IsStatic() ? 0u : 1u); in BuildIntrinsicGraph()
|
/art/runtime/ |
D | art_field-inl.h | 57 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()
|
D | common_dex_operations.h | 79 if (entity->IsStatic()) { in DCheckStaticState() 103 if (!field->IsStatic()) { in DoFieldGetCommon() 161 ObjPtr<mirror::Object> this_object = field->IsStatic() ? nullptr : obj; in DoFieldPutCommon()
|
D | art_method-inl.h | 124 return !IsStatic(); in CheckIncompatibleClassChange() 126 return !IsDirect() || IsStatic(); in CheckIncompatibleClassChange() 135 return IsConstructor() || IsStatic(); in CheckIncompatibleClassChange() 455 DCHECK(IsStatic() || IsFinal() || GetDeclaringClass()->IsFinal()) << in SetIntrinsic()
|
D | art_method.cc | 169 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()
|
D | reflection.cc | 185 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/ |
D | field.cc | 60 DCHECK(IsStatic()); in GetArtField() 73 if (IsStatic()) { in GetArtField()
|
D | field-inl.h | 59 DCHECK(field->IsStatic()); in CreateFromArtField()
|
D | field.h | 62 bool IsStatic() REQUIRES_SHARED(Locks::mutator_lock_) { in IsStatic() function
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 78 if (UNLIKELY(resolved_field->IsStatic() != is_static)) { in ResolveField() 91 DCHECK(!resolved_field->IsStatic()); in IsFastInstanceField()
|
D | dex_compilation_unit.h | 94 bool IsStatic() const { in IsStatic() function
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 153 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/ |
D | method_verifier.h | 224 return IsConstructor() && !IsStatic(); in IsInstanceConstructor() 258 bool IsStatic() const { in IsStatic() function
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 363 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()
|