Lines Matching full:events
18 #include "libpandabase/events/events.h"
855 extern "C" void SetExceptionEvent([[maybe_unused]] events::ExceptionType type) in SetExceptionEvent()
874 SetExceptionEvent(events::ExceptionType::THROW); in ThrowExceptionEntrypoint()
882 SetExceptionEvent(events::ExceptionType::NATIVE); in ThrowNativeExceptionEntrypoint()
893 SetExceptionEvent(events::ExceptionType::BOUND_CHECK); in ArrayIndexOutOfBoundsExceptionEntrypoint()
904 SetExceptionEvent(events::ExceptionType::BOUND_CHECK); in StringIndexOutOfBoundsExceptionEntrypoint()
914 SetExceptionEvent(events::ExceptionType::NULL_CHECK); in NullPointerExceptionEntrypoint()
927 SetExceptionEvent(events::ExceptionType::ABSTRACT_METHOD); in AbstractMethodErrorEntrypoint()
939 SetExceptionEvent(events::ExceptionType::ARITHMETIC); in ArithmeticExceptionEntrypoint()
949 SetExceptionEvent(events::ExceptionType::NEGATIVE_SIZE); in NegativeArraySizeExceptionEntrypoint()
960 SetExceptionEvent(events::ExceptionType::CAST_CHECK); in ClassCastExceptionEntrypoint()
966 …// WARNING: We should not add any heavy code constructions here, like events or other debug/testin… in StackOverflowExceptionEntrypoint()
996 SetExceptionEvent(events::ExceptionType::INSTANTIATION_ERROR); in ThrowInstantiationErrorEntrypoint()
1020 SetExceptionEvent(events::ExceptionType::NATIVE); in LockObjectSlowPathEntrypoint()
1038 SetExceptionEvent(events::ExceptionType::NATIVE); in UnlockObjectSlowPathEntrypoint()
1051 SetExceptionEvent(events::ExceptionType::ICCE_METHOD_CONFLICT); in IncompatibleClassChangeErrorForMethodConflictEntrypoint()
1089 [[maybe_unused]] auto kind = va_arg(args, events::MethodEnterKind); in TraceEntrypoint()
1097 [[maybe_unused]] auto kind = va_arg(args, events::MethodExitKind); in TraceEntrypoint()