| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_helper.cpp | 27 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/ |
| D | hybridgref_napi.cpp | 24 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
|
| D | hybridgref_ani.cpp | 129 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/ |
| D | js_refconvert_record.cpp | 27 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
|
| D | js_refconvert_function.cpp | 65 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local 119 auto *storage = ctx->GetSharedRefStorage(); in CreateJSFunctionProxy() local
|
| D | js_convert.h | 305 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCONVERT_WRAP() local 366 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCONVERT_UNWRAP() local
|
| D | js_job_queue.cpp | 176 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in CreatePromiseLink() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | shared_reference_storage_verifier.cpp | 53 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()
|
| D | ets_class_wrapper.cpp | 72 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/ |
| D | main.cpp | 116 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/ |
| D | ets_coroutine.cpp | 100 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestCompletion() local 114 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestJobCompletion() local 157 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestPromiseCompletion() local
|
| D | ets_entrypoints.cpp | 393 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/ |
| D | xgc.cpp | 71 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/ |
| D | main.cpp | 79 auto storage = AppDataStorage::Create(options.GetStorageDir()); in Main() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_table_test.cpp | 176 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
|
| D | stack_walker_test.cpp | 405 auto storage = Runtime::GetCurrent()->GetPandaVM()->GetGlobalObjectStorage(); in TestModifyManyVregs() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.h | 223 explicit MaybeStackBuffer(size_t storage) : MaybeStackBuffer() in MaybeStackBuffer() 280 void MaybeStackBuffer<T, kStackStorageSize>::AllocateSufficientStorage(size_t storage) in AllocateSufficientStorage()
|
| D | inspector_utils.cpp | 210 const size_t storage = string->Length() + 1; in TwoByteValue() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | unit_test.cpp | 113 PandaString storage; in BuildGraph() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 113 PandaString storage; in BuildGraph() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 367 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/ |
| D | test_proxy_reference_storage_3.cpp | 153 …size_t CheckObjectReindex([[maybe_unused]] const SharedReferenceStorage *const storage, SharedRefe… in CheckObjectReindex()
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/ |
| D | BuildModuleChains.ts | 545 const storage = gFinishScanMap.get(lastModule); constant
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_root.cpp | 104 auto *storage = vm_->GetGlobalObjectStorage(); in VisitNonHeapRoots() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_global_storage.h | 553 …inline uintptr_t NewGlobalHandleImplement(NodeList<S> **storage, NodeList<S> **freeList, JSTaggedT… in NewGlobalHandleImplement()
|