| /arkcompiler/runtime_core/static_core/static_linker/tests/data/ets/classcall_multifile/ |
| D | product_user.ets | 21 private owner: User; 23 constructor(name: string, price: number, owner: User) { 26 this.owner = owner; 31 this.owner.introduce();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_field_wrapper.h | 76 napi_property_descriptor MakeInstanceProperty(EtsClassWrapper *owner, Field *field); 77 napi_property_descriptor MakeStaticProperty(EtsClassWrapper *owner, Field *field); 80 explicit EtsFieldWrapper(EtsClassWrapper *owner) : owner_(owner) {}; in EtsFieldWrapper() argument 86 …EtsFieldWrapper(EtsClassWrapper *owner, Field *field) : owner_(owner), field_(field), lazyRefconve… in EtsFieldWrapper() argument
|
| D | ets_method_wrapper.h | 102 …std::unique_ptr<EtsMethodWrapper> CreateMethod(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner); 104 explicit EtsMethodWrapper(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner) in EtsMethodWrapper() argument 105 : etsMethodSet_(etsMethodSet), owner_(owner) in EtsMethodWrapper()
|
| D | ets_method_wrapper.cpp | 29 …tsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner) in CreateMethod() argument 31 auto wrapper = new EtsMethodWrapper(etsMethodSet, owner); in CreateMethod() 47 auto owner = ctx->GetEtsClassWrappersCache()->Lookup(etsMethodSet->GetEnclosingClass()); in GetMethod() local 48 ASSERT(owner != nullptr); in GetMethod() 50 …nique_ptr<EtsMethodWrapper> etsMethodWrapper = EtsMethodWrapper::CreateMethod(etsMethodSet, owner); in GetMethod()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | task_queue.cpp | 21 bool GCRunner::Execute(void* owner) in Execute() argument 23 ASSERT_LOGF(owner != nullptr, "task queue owner ptr should not be null!"); in Execute() 24 CollectorProxy* collectorProxy = reinterpret_cast<CollectorProxy*>(owner); in Execute()
|
| D | task_queue.h | 64 virtual bool Execute(void* owner) = 0; 152 bool Execute(void* owner) override; 282 void DrainTaskQueue(void* owner) in DrainTaskQueue() argument 286 if (!task.Execute(owner)) { in DrainTaskQueue()
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/ |
| D | importExportAccessValid.cpp | 81 if (signature == nullptr || signature->Owner() == nullptr) { in InvariantImportExportMethod() 82 // NOTE(vpukhov): Add a synthetic owner for dynamic signatures in InvariantImportExportMethod() 88 if (signature == nullptr || signature->Owner() == nullptr) { in InvariantImportExportMethod() 89 // NOTE(vpukhov): Add a synthetic owner for dynamic signatures in InvariantImportExportMethod() 96 !IsContainedIn(varCallee->Declaration()->Node(), signature->Owner()->GetDeclNode()) && in InvariantImportExportMethod() 97 varCallee->Declaration()->Node() != signature->Owner()->GetDeclNode()) { in InvariantImportExportMethod()
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 179 Copyright [yyyy] [name of copyright owner]
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | LICENSE.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 179 Copyright [yyyy] [name of copyright owner]
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.h | 175 void SetOwner(ETSObjectType *owner) noexcept 177 ownerObj_ = owner; 180 void SetOwnerVar(varbinder::Variable *owner) noexcept 182 ownerVar_ = owner; 207 [[nodiscard]] ETSObjectType *Owner() 212 [[nodiscard]] const ETSObjectType *Owner() const noexcept
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/ |
| D | LICENSE | 12 "Licensor" shall mean the copyright owner or entity authorized by 13 the copyright owner that is granting the License. 51 submitted to Licensor for inclusion in the Work by the copyright owner 53 the copyright owner. For the purposes of this definition, "submitted" 60 designated in writing by the copyright owner as "Not a Contribution." 189 Copyright [yyyy] [name of copyright owner]
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/ |
| D | LICENSE | 12 "Licensor" shall mean the copyright owner or entity authorized by 13 the copyright owner that is granting the License. 51 submitted to Licensor for inclusion in the Work by the copyright owner 53 the copyright owner. For the purposes of this definition, "submitted" 60 designated in writing by the copyright owner as "Not a Contribution." 189 Copyright [yyyy] [name of copyright owner]
|
| /arkcompiler/runtime_core/static_core/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/jsvm/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | vtable.h | 29 OWNER, enumerator 62 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex);
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1_pause_tracker.h | 57 …explicit Scope(G1PauseTracker *owner) : owner_(owner), startTimeUs_(ark::time::GetCurrentTimeInMic… in Scope() argument
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | find_references.cpp | 113 auto owner = GetOwner(node); in FindReferences() local 114 auto nodeOwnerLocationId = GetLocationId(owner, pprogram); in FindReferences() 158 auto owner = GetOwner(touchingToken); in FindReferences() local 160 …::GetLocationId(owner, reinterpret_cast<ark::es2panda::public_lib::Context *>(context)->parserProg… in FindReferences()
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/ |
| D | README_zh.md | 19 ├── OWNER # 所有者说明
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_sync_primitives.cpp | 197 void EtsQueueSpinlock::Release(Guard *owner) in Release() argument 199 auto *head = owner; in Release() 205 Guard *next = owner->next_.load(std::memory_order_acquire); in Release() 210 next = owner->next_.load(std::memory_order_acquire); in Release()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.cpp | 103 MTManagedThread *owner = nullptr; in InflateThinLock() local 110 owner = threadManager->SuspendAndWaitThreadByInternalThreadId(ownerThreadId); in InflateThinLock() 115 if (owner != nullptr) { in InflateThinLock() 117 Inflate<true>(objHandle.GetPtr(), owner); in InflateThinLock() 122 owner->ResumeImpl(true); in InflateThinLock() 617 LOG(FATAL, RUNTIME) << "Set monitor owner failed in Acquire"; in Acquire() 640 MTManagedThread *owner = this->GetOwner(); in Acquire() local 641 if (owner == thread) { in Acquire() 666 LOG(FATAL, RUNTIME) << "Set monitor owner failed in Acquire"; in Acquire() 689 LOG(FATAL, RUNTIME) << "Set monitor owner failed in InitWithOwner"; in Acquire() [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/router_table/dynamic/ |
| D | router_table_test.cpp | 40 AbckitCoreClass *owner; member 88 …nG->iCreateThrowUndefinedifholewithname(ctxG, ldExternal, g_implI->classGetName(routerInfo.owner)); in TransformMethod() 160 g_implArkM->classRemoveAnnotation(g_implArkI->coreClassToArktsClass(routerInfo.owner), in RemoveAnnotations() 179 routerInfo.owner = klass; in CollectClasseInfo()
|