Home | History | Annotate | Download | only in runtime

Lines Matching refs:exception

354     return tlsPtr_.exception != nullptr;
358 return tlsPtr_.exception;
369 tlsPtr_.exception = nullptr;
372 // Find catch block and perform long jump to appropriate exception handle
381 // exception such as a result of class loading. So there can be nested
382 // cases of exception handling and multiple contexts being used.
397 // Returns whether the given exception was thrown by the current Java method being executed
399 bool IsExceptionThrownByCurrentMethod(mirror::Throwable* exception) const
419 // If 'msg' is null, no detail message is set. An exception must be pending, and will be
420 // used as the new exception's cause.
625 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, exception));
886 // Returns the fake exception used to activate deoptimization.
900 mirror::Throwable* exception)
902 void PopDeoptimizationContext(JValue* result, mirror::Throwable** exception, bool* from_code)
1348 tls_ptr_sized_values() : card_table(nullptr), exception(nullptr), stack_end(nullptr),
1368 // The pending exception or null.
1369 mirror::Throwable* exception;