Searched defs:storage (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/runtime/ |
| D | class_helper.cpp | 27 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()
|
| D | compiler.cpp | 449 PandaString storage; in FindClassIdInFile() local
|
| /arkcompiler/runtime_core/dprof/daemon/ |
| D | main.cpp | 116 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/ |
| D | inspector_test_base.cpp | 87 PandaString storage; in LoadSourceFile() local
|
| /arkcompiler/runtime_core/dprof/converter/ |
| D | main.cpp | 79 auto storage = AppDataStorage::Create(options.GetStorageDir()); in Main() local
|
| /arkcompiler/runtime_core/plugins/ecmascript/tests/assembler/ |
| D | emitter_test_ecmascript.cpp | 43 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 113 PandaString storage; in BuildGraph() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | string_table_base_test.h | 168 auto storage = thread_->GetVM()->GetGlobalObjectStorage(); in SweepObjectInTable() local
|
| D | stack_walker_test.cpp | 126 auto storage = Runtime::GetCurrent()->GetPandaVM()->GetGlobalObjectStorage(); in Run() local
|
| /arkcompiler/runtime_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 | 533 …inline uintptr_t NewGlobalHandleImplement(NodeList<S> **storage, NodeList<S> **freeList, JSTaggedT… in NewGlobalHandleImplement()
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | emitter_test.cpp | 43 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 217 … auto storage = internal_allocator->template New<GCWorkersTask::RegionDataType>(vector, region); in DoRegionCompacting() local
|