Home
last modified time | relevance | path

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

/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()
Dcompiler.cpp519 PandaString storage; in FindClassIdInFile() 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/dprof/converter/
Dmain.cpp79 auto storage = AppDataStorage::Create(options.GetStorageDir()); in Main() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_function.cpp58 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local
Djs_job_queue.cpp136 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in CreatePromiseLink() local
Djs_convert.h402 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCONVERT_WRAP() local
457 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCONVERT_UNWRAP() 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/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp82 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestCompletion() 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
Dinspector_socket.cpp107 std::vector<char> storage; member in jsvm::inspector::__anond23f8bad0111::WriteRequest
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp113 PandaString storage; in BuildGraph() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.cpp113 PandaString storage; in BuildGraph() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp337 auto storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in EtsNapiEnd() local
357 auto storage = coroutine->GetEtsNapiEnv()->GetEtsReferenceStorage(); in EtsNapiObjEnd() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp57 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in Wrap() local
175 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local
568 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCtorCallback() local
/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.h541 …inline uintptr_t NewGlobalHandleImplement(NodeList<S> **storage, NodeList<S> **freeList, JSTaggedT… in NewGlobalHandleImplement()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp28 MIRStorageClass storage = mirSymbol.GetStorageClass(); in GetSymbolAlign() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp43 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
Dassembler_emitter_test.cpp41 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp45 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp153 auto *storage = in DoRegionCompacting() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1642 auto storage = ToClassPtr<coretypes::Array>(ToUintPtr(sb) + SB_VALUE_OFFSET); in GetStorageAddress() local