| /arkcompiler/runtime_core/static_core/tests/gtest_launcher/ |
| H A D | main.cpp | 35 static void HandleTimeout(int sig) in HandleTimeout() argument
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| H A D | main.cpp | 33 void HandleTimeout(int sig) in HandleTimeout() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | handle_leak_test.cpp | 55 static void ProcessHandleLeakSegmentFault(int sig) in ProcessHandleLeakSegmentFault() argument
|
| H A D | read_only_space_test.cpp | 59 static void ProcessReadOnlySegmentFault(int sig) in ProcessReadOnlySegmentFault() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | mangling.h | 81 inline std::string GetFunctionNameFromSignature(const std::string &sig) in GetFunctionNameFromSignature() argument
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | thread.cpp | 113 void ThreadSendSignal(native_handle_type pthread_handle, int sig) in ThreadSendSignal() argument
|
| H A D | signal.h | 43 void Add(int sig) in Add() argument 48 void Delete(int sig) in Delete() argument 72 int sig = 0; in Wait() local 112 SendSignal(int sig) SendSignal() argument 177 int sig = self->signal_ctl_.Wait(); Run() local [all...] |
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | mangling.h | 81 inline std::string GetFunctionNameFromSignature(const std::string &sig) in GetFunctionNameFromSignature() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | unix_signal_test.cpp | 51 static void SigAction(int sig, UnixSignal *self) in SigAction() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | thread.cpp | 158 void ThreadSendSignal(NativeHandleType pthreadHandle, int sig) in ThreadSendSignal() argument
|
| H A D | signal.h | 43 void Add(int sig) in Add() argument 48 void Delete(int sig) in Delete() argument 72 int sig = 0; in Wait() local 111 SendSignal(int sig) SendSignal() argument 176 int sig = self->signalCtl_.Wait(); Run() local [all...] |
| H A D | sighook.cpp | 391 extern "C" int sigaction([[maybe_unused]] int sig, [[maybe_unused]] const struct sigaction *__restrict act, in sigaction() argument 401 extern "C" int sigactionStub([[maybe_unused]] int sig, [[maybe_unused]] const struct sigaction *__restrict act, in sigactionStub() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | lreference.cpp | 315 const auto *sig = memberExpr->PropVar()->TsType()->AsETSFunctionType()->FindSetter(); in SetValueGetterSetter() local 323 etsg_->CallVirtual(Node(), sig, baseReg_, argReg); in SetValueGetterSetter() local
|
| /arkcompiler/runtime_core/static_core/dprof/daemon/ |
| H A D | main.cpp | 206 static void SignalHandler(int sig) in SignalHandler() argument
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| H A D | type_system.cpp | 130 MethodSignature sig; in GetMethodSignature() local 189 auto &sig = it.second; in DisplayMethods() local
|
| /arkcompiler/ets_runtime/compiler_service/src/ |
| H A D | aot_compiler_impl.cpp | 286 Security::CodeSign::ByteBuffer sig; in AOTLocalCodeSign() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_class.cpp | 485 EtsField *EtsClass::GetFieldIDByName(const char *name, const char *sig) in GetFieldIDByName() argument 512 EtsField *EtsClass::GetStaticFieldIDByName(const char *name, const char *sig) in GetStaticFieldIDByName() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | signal_handler.cpp | 65 static void UseDebuggerdSignalHandler(int sig) in UseDebuggerdSignalHandler() argument 70 static bool CallSignalActionHandler(int sig, siginfo_t *info, void *context) in CallSignalActionHandler() argument 75 bool SignalManager::SignalActionHandler(int sig, siginfo_t *info, void *context) in SignalActionHandler() argument 103 bool SignalManager::InOtherCode([[maybe_unused]] int sig, [[maybe_unuse argument 269 DetectSEGVFromCompiledCode(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromCompiledCode() argument 281 DetectSEGVFromHandler(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromHandler() argument 296 DetectSEGVFromMemory(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromMemory() argument 309 DetectSEGVFromCode(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromCode() argument 340 DetectSEGVFromNullCheck(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromNullCheck() argument 397 SamplerSigSegvHandler([[maybe_unused]] int sig, [[maybe_unused]] siginfo_t *siginfo, [[maybe_unused]] void *context) SamplerSigSegvHandler() argument 408 DetectSEGVFromSamplingProfilerHandler([[maybe_unused]] int sig, [[maybe_unused]] siginfo_t *siginfo, [[maybe_unused]] void *context) DetectSEGVFromSamplingProfilerHandler() argument 429 RuntimeSEGVHandler(int sig, siginfo_t *siginfo, void *context) RuntimeSEGVHandler() argument 458 Action(int sig, siginfo_t *siginfo, void *context) Action() argument 476 Action(int sig, [[maybe_unused]] siginfo_t *siginfo, [[maybe_unused]] void *context) Action() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| H A D | declgenEts2Ts.cpp | 207 void TSDeclGen::GenFunctionBody(const ir::MethodDefinition *methodDef, const checker::Signature *sig, in GenFunctionBody() argument 234 const auto *sig = [this, methodDef, etsFunctionType]() -> const checker::Signature * { in GenFunctionType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSCompiler.cpp | 1098 checker::Signature *sig = variable->TsType()->AsETSFunctionType()->FindGetter(); in HandleStaticProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSAnalyzer.cpp | 772 auto sig = checker->ComposeSignature(expr->Function(), sigInfo, signature->ReturnType(), nullptr); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | function.cpp | 619 bool IsSignatureAccessible(Signature *sig, ETSObjectType *containingClass, TypeRelation *relation) in IsSignatureAccessible() argument 946 Signature *sig = nullptr; ResolveCallExpressionAndTrailingLambda() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| H A D | ets_napi_native_interface.cpp | 698 NO_UB_SANITIZE static ets_method Getp_method(EtsEnv *env, ets_class cls, const char *name, const char *sig) in Getp_method() argument 1337 NO_UB_SANITIZE static ets_field Getp_field(EtsEnv *env, ets_class cls, const char *name, const char *sig) in Getp_field() argument 1353 ss << "Field " << internalClass->GetRuntimeClass()->GetName() << "::" << name << " sig in Getp_field() local 1488 GetStaticp_method(EtsEnv *env, ets_class cls, const char *name, const char *sig) GetStaticp_method() argument 1794 GetStaticp_field(EtsEnv *env, ets_class cls, const char *name, const char *sig) GetStaticp_field() argument 1810 ss << "Static field " << internalClass->GetRuntimeClass()->GetName() << "::" << name << " sig = " << sig GetStaticp_field() local [all...] |