Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dclass_helper.cpp27 const uint8_t *ClassHelper::GetDescriptor(const uint8_t *name, PandaString *storage) in GetDescriptor()
33 … *ClassHelper::GetArrayDescriptor(const uint8_t *component_name, 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.cpp449 PandaString storage; in FindClassIdInFile() local
/arkcompiler/runtime_core/dprof/daemon/
Dmain.cpp116 void Start(AppDataStorage *storage) in Start()
130 void DoRun(AppDataStorage *storage) in DoRun()
241 auto storage = AppDataStorage::Create(options.GetStorageDir(), true); in Main() local
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dinspector_test_base.cpp87 PandaString storage; in LoadSourceFile() local
/arkcompiler/runtime_core/dprof/converter/
Dmain.cpp79 auto storage = AppDataStorage::Create(options.GetStorageDir()); in Main() local
/arkcompiler/runtime_core/plugins/ecmascript/tests/assembler/
Demitter_test_ecmascript.cpp43 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp113 PandaString storage; in BuildGraph() local
/arkcompiler/runtime_core/runtime/tests/
Dstring_table_base_test.h168 auto storage = thread_->GetVM()->GetGlobalObjectStorage(); in SweepObjectInTable() local
Dstack_walker_test.cpp126 auto storage = Runtime::GetCurrent()->GetPandaVM()->GetGlobalObjectStorage(); in Run() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_root.cpp104 auto *storage = vm_->GetGlobalObjectStorage(); in VisitNonHeapRoots() local
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h533 …inline uintptr_t NewGlobalHandleImplement(NodeList<S> **storage, NodeList<S> **freeList, JSTaggedT… in NewGlobalHandleImplement()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp43 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp217 … auto storage = internal_allocator->template New<GCWorkersTask::RegionDataType>(vector, region); in DoRegionCompacting() local