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_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_x86.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
Dnodes.cc3104 #define CHECK_INTRINSICS_ENUM_VALUES(Name, InvokeType, _, SideEffects, Exceptions, ...) \ argument
3118 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in INTRINSICS_LIST() argument
3134 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in GetSideEffectsIntrinsic() argument
3150 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in GetExceptionsIntrinsic() argument
3152 return Exceptions; in GetExceptionsIntrinsic()
/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/jvmti-common/
DExceptions.java22 public class Exceptions { class
/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.bp670 "jvmti-common/Exceptions.java",