/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/compiler/optimizing/ |
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_x86.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 | intrinsics.cc | 42 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
|
D | nodes.cc | 3382 #define CHECK_INTRINSICS_ENUM_VALUES(Name, InvokeType, _, SideEffects, Exceptions, ...) \ argument 3396 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, SideEffects, Exceptions, ...) \ in INTRINSICS_LIST() argument 3412 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, SideEffects, Exceptions, ...) \ in GetSideEffectsIntrinsic() argument 3428 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, SideEffects, Exceptions, ...) \ in GetExceptionsIntrinsic() argument 3430 return Exceptions; in GetExceptionsIntrinsic()
|
/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()
|
/art/test/jvmti-common/ |
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 | 261 Exceptions.setupExceptionTracing( in run() 271 Exceptions.enableExceptionCatchEvent(Thread.currentThread()); in run() 313 Exceptions.disableExceptionCatchEvent(Thread.currentThread()); in run()
|
/art/runtime/ |
D | Android.bp | 457 // Libraries loaded at runtime. Exceptions:
|
/art/test/ |
D | Android.bp | 934 "jvmti-common/Exceptions.java",
|