Home
last modified time | relevance | path

Searched defs:storage (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_helper.cpp27 const uint8_t *ClassHelper::GetDescriptor(const uint8_t *name, PandaString *storage) in GetDescriptor() argument
33 const uint8_t *ClassHelper::GetArrayDescriptor(const uint8_t *componentName, size_t rank, PandaString *storage) in GetArrayDescriptor() argument
100 GetPrimitiveDescriptor(panda_file::Type type, PandaString *storage) GetPrimitiveDescriptor() argument
106 GetPrimitiveArrayDescriptor(panda_file::Type type, size_t rank, PandaString *storage) GetPrimitiveArrayDescriptor() argument
115 GetTypeDescriptor(const PandaString &name, PandaString *storage) GetTypeDescriptor() argument
[all...]
H A Dcompiler.cpp519 PandaString storage; in FindClassIdInFile() local
/arkcompiler/runtime_core/static_core/dprof/converter/
H A Dmain.cpp79 auto storage = AppDataStorage::Create(options.GetStorageDir()); in Main() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_coroutine.cpp82 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestCompletion() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_refconvert_function.cpp58 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local
H A Djs_job_queue.cpp136 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in CreatePromiseLink() local
H A Djs_convert.h402 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCONVERT_WRAP() local
459 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCONVERT_UNWRAP() local
/arkcompiler/runtime_core/compiler/tests/
H A Dunit_test.cpp113 PandaString storage; in BuildGraph() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dunit_test.cpp113 PandaString storage; in BuildGraph() local
/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp43 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor() argument
H A Dassembler_emitter_test.cpp41 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor() argument
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp45 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor() argument
/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp116 void Start(AppDataStorage *storage) in Start() argument
130 void DoRun(AppDataStorage *storage) in DoRun() argument
240 auto storage = AppDataStorage::Create(options.GetStorageDir(), true); in Main() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A 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/runtime/mem/gc/
H A Dgc_root.cpp104 auto *storage = vm_->GetGlobalObjectStorage(); in VisitNonHeapRoots() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstring_table_test.cpp176 auto storage = thread_->GetVM()->GetGlobalObjectStorage(); in SweepObjectInTable() local
213 auto storage = thread_->GetVM()->GetGlobalObjectStorage(); SweepNonMovableObjectInTable() local
262 auto storage = thread_->GetVM()->GetGlobalObjectStorage(); SweepHumongousObjectInTable() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_class_wrapper.cpp57 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in Wrap() local
175 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local
567 SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in JSCtorCallback() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_global_storage.h541 inline uintptr_t NewGlobalHandleImplement(NodeList<S> **storage, NodeList<S> **freeList, JSTaggedType value) in NewGlobalHandleImplement() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp30 MIRStorageClass storage = mirSymbol.GetStorageClass(); in GetSymbolAlign() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1642 auto storage = ToClassPtr<coretypes::Array>(ToUintPtr(sb) + SB_VALUE_OFFSET); in GetStorageAddress() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp153 auto *storage = in DoRegionCompacting() local

Completed in 34 milliseconds