/art/compiler/optimizing/ |
D | intrinsics.cc | 34 …ECK_INTRINSICS_ENUM_VALUES(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \ argument 48 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in INTRINSICS_LIST() argument 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 98 return Exceptions; in GetExceptions() 207 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() 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_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_64.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_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_arm64.h | 47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
/art/test/1927-exception-event/src/art/ |
D | Test1927.java | 219 Exceptions.setupExceptionTracing( in run() 236 Exceptions.enableExceptionEvent(Thread.currentThread()); in run() 237 Exceptions.enableExceptionCatchEvent(Thread.currentThread()); in run() 274 Exceptions.disableExceptionCatchEvent(Thread.currentThread()); in run() 275 Exceptions.disableExceptionEvent(Thread.currentThread()); in run()
|
D | Exceptions.java | 22 public class Exceptions { class
|
/art/test/1929-exception-catch-exception/src/art/ |
D | Exceptions.java | 22 public class Exceptions { class
|
D | Test1929.java | 246 Exceptions.setupExceptionTracing( in run() 256 Exceptions.enableExceptionCatchEvent(Thread.currentThread()); in run() 298 Exceptions.disableExceptionCatchEvent(Thread.currentThread()); in run()
|
/art/test/1928-exception-event-exception/src/art/ |
D | Exceptions.java | 22 public class Exceptions { class
|
D | Test1928.java | 164 Exceptions.setupExceptionTracing( in run() 176 Exceptions.enableExceptionEvent(Thread.currentThread()); in run() 214 Exceptions.disableExceptionEvent(Thread.currentThread()); in run()
|