Home
last modified time | relevance | path

Searched refs:Exceptions (Results 1 – 14 of 14) sorted by relevance

/art/test/1927-exception-event/src/art/
DTest1927.java219 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()
DExceptions.java22 public class Exceptions { class
/art/compiler/optimizing/
Dintrinsics_x86.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_arm_vixl.h36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_x86_64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_mips.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_mips64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_arm64.h47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics.cc41 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
/art/test/1929-exception-catch-exception/src/art/
DExceptions.java22 public class Exceptions { class
DTest1929.java261 Exceptions.setupExceptionTracing( in run()
271 Exceptions.enableExceptionCatchEvent(Thread.currentThread()); in run()
313 Exceptions.disableExceptionCatchEvent(Thread.currentThread()); in run()
/art/test/1928-exception-event-exception/src/art/
DExceptions.java22 public class Exceptions { class
DTest1928.java164 Exceptions.setupExceptionTracing( in run()
176 Exceptions.enableExceptionEvent(Thread.currentThread()); in run()
214 Exceptions.disableExceptionEvent(Thread.currentThread()); in run()
/art/test/
DAndroid.bp563 "1927-exception-event/src/art/Exceptions.java",