Home
last modified time | relevance | path

Searched defs:IsStatic (Results 1 – 13 of 13) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dintrinsics_arm_vixl.h36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
H A Dintrinsics_x86.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
H A Dintrinsics_x86_64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
H A Dintrinsics_arm64.h47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
H A Dintrinsics.cc42 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
/aosp12/art/runtime/mirror/
H A Dfield.h54 bool IsStatic() REQUIRES_SHARED(Locks::mutator_lock_) { in IsStatic() function
/aosp12/art/runtime/
H A Dart_field.h70 bool IsStatic() REQUIRES_SHARED(Locks::mutator_lock_) { in IsStatic() function
H A Dart_method.h142 bool IsStatic() const { in IsStatic() function
/aosp12/art/compiler/driver/
H A Ddex_compilation_unit.h95 bool IsStatic() const { in IsStatic() function
/aosp12/art/libdexfile/dex/
H A Dclass_accessor.h161 bool IsStatic() const { in IsStatic() function
/aosp12/art/compiler/jni/quick/
H A Dcalling_convention.h109 bool IsStatic() const { in IsStatic() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp2992 bool RSReflectionJava::startClass(AccessModifier AM, bool IsStatic, in startClass()
3063 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, in startFunction()
3082 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, in startFunction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc216 bool IsStatic() const { in IsStatic() function in art::verifier::impl::__anon5f019aef0110::MethodVerifier