Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/
Dclass_helper.cpp27 const uint8_t *ClassHelper::GetDescriptor(const uint8_t *name, PandaString *storage) in GetDescriptor()
33 …t *ClassHelper::GetArrayDescriptor(const uint8_t *componentName, size_t rank, PandaString *storage) in GetArrayDescriptor()
100 const uint8_t *ClassHelper::GetPrimitiveDescriptor(panda_file::Type type, PandaString *storage) in GetPrimitiveDescriptor()
106 …*ClassHelper::GetPrimitiveArrayDescriptor(panda_file::Type type, size_t rank, PandaString *storage) in GetPrimitiveArrayDescriptor()
115 const uint8_t *ClassHelper::GetTypeDescriptor(const PandaString &name, PandaString *storage) in GetTypeDescriptor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/interop_js/
Dhybridgref_napi.cpp24 static bool GetStorage(napi_env env, napi_value *storage) in GetStorage()
65 napi_value storage; in HybridGrefCreateRefFromNapi() local
84 static bool CheckCorrectThread(napi_env env, napi_value storage) in CheckCorrectThread()
100 napi_value storage; in HybridGrefDeleteRefFromNapi() local
131 napi_value storage; in HybridGrefGetNapiValue() local
Dhybridgref_ani.cpp129 static bool CheckCorrectThread(ani_env *env, ani_object storage) in CheckCorrectThread()
168 ani_ref storage {}; in GetStorage() local
215 static bool IsValidStorage(ani_env *env, ani_object storage, ani_size *outLength) in IsValidStorage()
240 ani_object storage {}; in HybridGrefGetESValue() local
272 ani_object storage {}; in HybridGrefCreateRefFromAni() local
292 ani_object storage {}; in HybridGrefDeleteRefFromAni() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_record.cpp27 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local
67 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in RecordGetHandler() local
98 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in RecordSetHandler() local
Djs_refconvert_function.cpp65 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local
119 auto *storage = ctx->GetSharedRefStorage(); in CreateJSFunctionProxy() local
Djs_convert.h305 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCONVERT_WRAP() local
366 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCONVERT_UNWRAP() local
Djs_job_queue.cpp176 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in CreatePromiseLink() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference_storage_verifier.cpp53 size_t SharedReferenceStorageVerifier::TraverseAllItems(const SharedReferenceStorage *const storage in TraverseAllItems()
64 size_t SharedReferenceStorageVerifier::VerifyOneItem(const SharedReferenceStorage *const storage, s… in VerifyOneItem()
113 …e_t SharedReferenceStorageVerifier::CheckObjectReindex(const SharedReferenceStorage *const storage, in CheckObjectReindex()
124 …t SharedReferenceStorageVerifier::CheckJsObjectReindex(const SharedReferenceStorage *const storage, in CheckJsObjectReindex()
Dets_class_wrapper.cpp72 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in Wrap() local
165 auto *storage = ctx->GetSharedRefStorage(); in CreateJSBuiltinProxy() local
201 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local
855 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in MimicGetHandler() local
892 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in MimicSetHandler() local
941 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCtorCallback() local
/arkcompiler/runtime_core/static_core/dprof/daemon/
Dmain.cpp116 void Start(AppDataStorage *storage) in Start()
130 void DoRun(AppDataStorage *storage) in DoRun()
240 auto storage = AppDataStorage::Create(options.GetStorageDir(), true); in Main() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp100 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestCompletion() local
114 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestJobCompletion() local
157 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestPromiseCompletion() local
Dets_entrypoints.cpp393 auto *storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in BeginGeneralNativeMethod() local
407 auto *storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in EndGeneralNativeMethodPrim() local
417 auto *storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in EndGeneralNativeMethodObj() local
435 auto *storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in BeginQuickNativeMethod() local
447 auto *storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in EndQuickNativeMethodPrim() local
456 auto *storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in EndQuickNativeMethodObj() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/
Dxgc.cpp71 XGC::XGC(PandaEtsVM *vm, STSVMInterfaceImpl *stsVmIface, ets_proxy::SharedReferenceStorage *storage) in XGC()
106 static auto CreateXObjectHandler(ets_proxy::SharedReferenceStorage *storage, STSVMInterfaceImpl *st… in CreateXObjectHandler()
126 bool XGC::Create(PandaEtsVM *vm, ets_proxy::SharedReferenceStorage *storage, STSVMInterfaceImpl *st… in Create()
/arkcompiler/runtime_core/static_core/dprof/converter/
Dmain.cpp79 auto storage = AppDataStorage::Create(options.GetStorageDir()); in Main() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_table_test.cpp176 auto storage = thread_->GetVM()->GetGlobalObjectStorage(); in SweepObjectInTable() local
213 auto storage = thread_->GetVM()->GetGlobalObjectStorage(); in SweepNonMovableObjectInTable() local
262 auto storage = thread_->GetVM()->GetGlobalObjectStorage(); in SweepHumongousObjectInTable() local
Dstack_walker_test.cpp405 auto storage = Runtime::GetCurrent()->GetPandaVM()->GetGlobalObjectStorage(); in TestModifyManyVregs() local
/arkcompiler/jsvm/src/inspector/
Dinspector_utils.h223 explicit MaybeStackBuffer(size_t storage) : MaybeStackBuffer() in MaybeStackBuffer()
280 void MaybeStackBuffer<T, kStackStorageSize>::AllocateSufficientStorage(size_t storage) in AllocateSufficientStorage()
Dinspector_utils.cpp210 const size_t storage = string->Length() + 1; in TwoByteValue() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.cpp113 PandaString storage; in BuildGraph() local
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp113 PandaString storage; in BuildGraph() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp367 auto storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in EtsNapiEnd() local
387 auto storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in EtsNapiObjEnd() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_3/
Dtest_proxy_reference_storage_3.cpp153 …size_t CheckObjectReindex([[maybe_unused]] const SharedReferenceStorage *const storage, SharedRefe… in CheckObjectReindex()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DBuildModuleChains.ts545 const storage = gFinishScanMap.get(lastModule); constant
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp104 auto *storage = vm_->GetGlobalObjectStorage(); in VisitNonHeapRoots() local
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h553 …inline uintptr_t NewGlobalHandleImplement(NodeList<S> **storage, NodeList<S> **freeList, JSTaggedT… in NewGlobalHandleImplement()

12