Home
last modified time | relevance | path

Searched defs:sig (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/gtest_launcher/
H A Dmain.cpp35 static void HandleTimeout(int sig) in HandleTimeout() argument
/arkcompiler/runtime_core/tests/gtest_launcher/
H A Dmain.cpp33 void HandleTimeout(int sig) in HandleTimeout() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dhandle_leak_test.cpp55 static void ProcessHandleLeakSegmentFault(int sig) in ProcessHandleLeakSegmentFault() argument
H A Dread_only_space_test.cpp59 static void ProcessReadOnlySegmentFault(int sig) in ProcessReadOnlySegmentFault() argument
/arkcompiler/runtime_core/assembler/
H A Dmangling.h81 inline std::string GetFunctionNameFromSignature(const std::string &sig) in GetFunctionNameFromSignature() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dthread.cpp113 void ThreadSendSignal(native_handle_type pthread_handle, int sig) in ThreadSendSignal() argument
H A Dsignal.h43 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 Dmangling.h81 inline std::string GetFunctionNameFromSignature(const std::string &sig) in GetFunctionNameFromSignature() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dunix_signal_test.cpp51 static void SigAction(int sig, UnixSignal *self) in SigAction() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dthread.cpp158 void ThreadSendSignal(NativeHandleType pthreadHandle, int sig) in ThreadSendSignal() argument
H A Dsignal.h43 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 Dsighook.cpp391 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 Dlreference.cpp315 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 Dmain.cpp206 static void SignalHandler(int sig) in SignalHandler() argument
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_system.cpp130 MethodSignature sig; in GetMethodSignature() local
189 auto &sig = it.second; in DisplayMethods() local
/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_impl.cpp286 Security::CodeSign::ByteBuffer sig; in AOTLocalCodeSign() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.cpp485 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 Dsignal_handler.cpp65 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 DdeclgenEts2Ts.cpp207 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 DETSCompiler.cpp1098 checker::Signature *sig = variable->TsType()->AsETSFunctionType()->FindGetter(); in HandleStaticProperties() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp772 auto sig = checker->ComposeSignature(expr->Function(), sigInfo, signature->ReturnType(), nullptr); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp619 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 Dets_napi_native_interface.cpp698 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...]

Completed in 22 milliseconds