Home
last modified time | relevance | path

Searched refs:NO_UB_SANITIZE (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_native_interface.cpp442 NO_UB_SANITIZE static ets_int GetVersion([[maybe_unused]] EtsEnv *env) in GetVersion()
448 NO_UB_SANITIZE static ets_class FindClass(EtsEnv *env, const char *name) in FindClass()
485 NO_UB_SANITIZE static ets_class GetSuperclass(EtsEnv *env, ets_class cls) in GetSuperclass()
497 NO_UB_SANITIZE static ets_boolean IsAssignableFrom(EtsEnv *env, ets_class cls1, ets_class cls2) in IsAssignableFrom()
510 NO_UB_SANITIZE static ets_boolean ErrorCheck(EtsEnv *env) in ErrorCheck()
518 NO_UB_SANITIZE static ets_int ThrowError(EtsEnv *env, ets_error obj) in ThrowError()
531 NO_UB_SANITIZE static ets_int ThrowErrorNew(EtsEnv *env, ets_class cls, const char *message) in ThrowErrorNew()
545 NO_UB_SANITIZE static ets_error ErrorOccurred(EtsEnv *env) in ErrorOccurred()
557 NO_UB_SANITIZE static void ErrorDescribe(EtsEnv *env) in ErrorDescribe()
585 NO_UB_SANITIZE stati
[all...]
/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h304 #define NO_UB_SANITIZE __attribute__((no_sanitize("undefined"))) // NOLINT(cppcoreguidelines-macro-usage) macro
306 #define NO_UB_SANITIZE macro
310 #define NO_UB_SANITIZE __attribute__((no_sanitize("undefined"))) // NOLINT(cppcoreguidelines-macro-usage) macro
312 #define NO_UB_SANITIZE macro
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h284 #define NO_UB_SANITIZE __attribute__((no_sanitize_undefined)) // NOLINT(cppcoreguidelines-macro-usage) macro
286 #define NO_UB_SANITIZE __attribute__((no_sanitize("undefined"))) // NOLINT(cppcoreguidelines-macro-usage) macro
289 #define NO_UB_SANITIZE macro
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction.h158 NO_UB_SANITIZE const uint8_t *GetPointer(int32_t offset, size_t size) const
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h2393 NO_UB_SANITIZE ALWAYS_INLINE void HandleReturnStackless() in HandleReturnStackless()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h647 NO_UB_SANITIZE Input *Inputs()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1030 NO_UB_SANITIZE void EcmaInterpreter::RunInternal(JSThread *thread, const uint8_t *pc, JSTaggedType *sp) in RunInternal()

Completed in 54 milliseconds