Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.h80 explicit EtsFieldWrapper(EtsClassWrapper *owner) : owner_(owner) {}; in EtsFieldWrapper()
86 …EtsFieldWrapper(EtsClassWrapper *owner, Field *field) : owner_(owner), field_(field), lazyRefconve… in EtsFieldWrapper()
Dets_method_wrapper.h104 explicit EtsMethodWrapper(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner) in EtsMethodWrapper()
Dets_method_wrapper.cpp29 …tsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner) in CreateMethod()
47 auto owner = ctx->GetEtsClassWrappersCache()->Lookup(etsMethodSet->GetEnclosingClass()); in GetMethod() local
Dets_field_wrapper.cpp272 napi_property_descriptor EtsFieldWrapper::MakeInstanceProperty(EtsClassWrapper *owner, Field *field) in MakeInstanceProperty()
279 napi_property_descriptor EtsFieldWrapper::MakeStaticProperty(EtsClassWrapper *owner, Field *field) in MakeStaticProperty()
/arkcompiler/ets_runtime/common_components/heap/collector/
Dtask_queue.cpp21 bool GCRunner::Execute(void* owner) in Execute()
Dtask_queue.h282 void DrainTaskQueue(void* owner) in DrainTaskQueue()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_pause_tracker.h57 …explicit Scope(G1PauseTracker *owner) : owner_(owner), startTimeUs_(ark::time::GetCurrentTimeInMic… in Scope()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dfind_references.cpp113 auto owner = GetOwner(node); in FindReferences() local
158 auto owner = GetOwner(touchingToken); in FindReferences() local
Dinternal_api.cpp502 auto owner = GetOwner(node); in GetOwnerId() local
/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp21 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex) in CreateTuple()
Ddump.cpp1771 JSTaggedValue owner = GetTupleItem(thread, i, VTable::TupleItem::OWNER); in Dump() local
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp103 MTManagedThread *owner = nullptr; in InflateThinLock() local
640 MTManagedThread *owner = this->GetOwner(); in Acquire() local
937 MTManagedThread *owner = monitor->GetOwner(); in Acquire() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_sync_primitives.cpp197 void EtsQueueSpinlock::Release(Guard *owner) in Release()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/router_table/
Drouter_table_test.cpp38 abckit::core::Class owner; member
/arkcompiler/runtime_core/libabckit/tests/scenarios/router_table/dynamic/
Drouter_table_test.cpp40 AbckitCoreClass *owner; member
/arkcompiler/runtime_core/libabckit/tests/regression/issue_IC78XV/c_api/router_table_ohmurl/
Drouter_table_test.cpp85 AbckitCoreClass *owner; member
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/router_table/
Drouter_table_test.cpp84 AbckitCoreClass *owner; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp158 uint8_t StdCoreStringEquals(EtsString *owner, EtsObject *s) in StdCoreStringEquals()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1479 …hecker::SavedCheckerContext ReconstructOwnerClassContext(ETSChecker *checker, ETSObjectType *owner) in ReconstructOwnerClassContext()
1530 …auto owner = const_cast<ETSObjectType *>(util::Helpers::GetContainingObjectType(signature->Functio… in GetCallExpressionReturnType() local
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h190 std::variant<AbckitCoreClass *, AbckitCoreFunction *> owner; member
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1807 auto *owner = signature->Owner(); in CheckOverride() local
Dhelpers.cpp3143 const auto *owner = field->Parent()->AsClassDefinition(); in FormNamedAccessMetadata() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1275 int owner = instID2bbID_[gateId]; in LookupPredBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp3153 int owner = instID2bbID_[gateId]; in LookupPredBB() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js30510 owner: null, property
31919 owner: o[t], property