Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dintrinsics.cpp224 Runtime::Abort(); in Assert()
231 Runtime::Abort(); in UnknownIntrinsic()
238 Runtime::Abort(); in AssertPrint()
259 Runtime::Abort(); in CheckTag()
H A Druntime.cpp513 void Runtime::Abort(const char *message /* = nullptr */) in Abort() function in ark::Runtime
520 std::cerr << "Runtime::Abort: " << ((message != nullptr) ? message : "") << std::endl; in Abort()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_macros.h23 std::string msg("ETS_NAPI Abort: "); \
29 ark::ets::PandaEtsVM::Abort(msg.data()); \
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
H A Dsampling_profiler_test.cpp428 Runtime::Abort(); in CommunicatorStressWritterThread()
448 Runtime::Abort(); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.h252 [[noreturn]] static void Abort(const char *message = nullptr);
H A Dets_vm.cpp795 void PandaEtsVM::Abort(const char *message /* = nullptr */) in Abort() function in ark::ets::PandaEtsVM
797 Runtime::Abort(message); in Abort()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime.h321 [[noreturn]] static void Abort(const char *message = nullptr);

Completed in 8 milliseconds