HomeSort by relevance Sort by last modified time
    Searched refs:IsStatic (Results 1 - 25 of 57) sorted by null

1 2 3

  /art/compiler/optimizing/
intrinsics_arm64.h 44 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
68 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
intrinsics_mips.h 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
intrinsics_mips64.h 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
intrinsics_x86.h 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
intrinsics_x86_64.h 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
intrinsics_arm.h 43 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
70 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
intrinsics.cc 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
41 return IsStatic;
55 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
71 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
87 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
609 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
intrinsics.h 60 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \
75 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \
  /art/compiler/jni/quick/
calling_convention.h 106 bool IsStatic() const {
114 if (IsStatic()) {
124 if (IsStatic()) {
134 if (IsStatic()) {
143 if (IsStatic()) {
152 if (IsStatic()) {
173 if (IsStatic()) {
calling_convention.cc 120 return IsStatic() || (itr_args_ != 0);
193 return NumReferenceArgs() + (IsStatic() ? 1 : 0);
312 return IsStatic() ? 2 : 1;
  /art/runtime/
art_field-inl.h 65 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
75 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
85 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
95 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
105 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
115 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
126 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
135 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
259 DCHECK(IsStatic());
270 DCHECK(IsStatic());
    [all...]
art_method.cc 82 if (IsStatic()) {
124 if (IsStatic()) {
259 if (IsStatic()) {
277 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0));
288 if (!IsStatic()) {
  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 44 instrumentation->PushInstrumentationStackFrame(self, method->IsStatic() ? nullptr : this_object,
  /art/runtime/mirror/
field-inl.h 62 DCHECK(field->IsStatic());
field.cc 60 DCHECK(IsStatic());
field.h 59 bool IsStatic() SHARED_REQUIRES(Locks::mutator_lock_) {
  /art/compiler/driver/
dex_compilation_unit.h 93 bool IsStatic() const {
compiler_driver-inl.h 81 if (UNLIKELY(resolved_field->IsStatic() != is_static)) {
122 DCHECK(!resolved_field->IsStatic());
167 DCHECK(resolved_member->IsStatic());
221 DCHECK(resolved_field->IsStatic());
251 DCHECK(resolved_field->IsStatic());
437 if (!resolved_method->IsStatic()) {
  /frameworks/compile/slang/
slang_rs_reflection.h 134 bool startClass(AccessModifier AM, bool IsStatic,
139 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
143 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 215 for (size_t cur_arg = IsStatic() ? 0 : 1, cur_reg = 2; cur_arg < NumArgs(); cur_arg++) {
318 size_t static_args = IsStatic() ? 1 : 0; // count jclass
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 153 for (size_t cur_arg = IsStatic() ? 0 : 1, cur_reg = 2; cur_arg < NumArgs(); cur_arg++) {
245 size_t static_args = IsStatic() ? 1 : 0; // count jclass
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 213 size_t static_args = IsStatic() ? 1 : 0; // count jclass
  /art/runtime/interpreter/
interpreter.cc 41 if (method->IsStatic()) {
415 if (!method->IsStatic()) {
428 if (!method->IsStatic()) {
457 if (method->IsStatic() && UNLIKELY(!method->GetDeclaringClass()->IsInitialized())) {
477 args = shadow_frame->GetVRegArgs(method->IsStatic() ? 0 : 1);
630 const bool is_static = method->IsStatic();
interpreter_common.cc 65 Object* this_object = f->IsStatic() ? nullptr : obj;
150 DCHECK(!f->IsStatic());
263 Object* this_object = f->IsStatic() ? nullptr : obj;
369 DCHECK(!f->IsStatic());
513 if (method->IsStatic()) {
671 if (!method->IsStatic()) {
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 152 CHECK(!target_method->IsStatic());
291 DCHECK(!method->IsStatic());
456 code_item, method->ToMethodReference(), method->IsStatic(), method, result);
496 if (method != nullptr && !method->IsStatic() && method->IsConstructor()) {
737 if (field == nullptr || field->IsStatic()) {

Completed in 4259 milliseconds

1 2 3