| /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()
|
| D | compiler.cpp | 519 PandaString storage; in FindClassIdInFile() 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/dprof/converter/ |
| D | main.cpp | 79 auto storage = AppDataStorage::Create(options.GetStorageDir()); in Main() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_function.cpp | 58 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in WrapImpl() local
|
| D | js_job_queue.cpp | 136 ets_proxy::SharedReferenceStorage *storage = ctx->GetSharedRefStorage(); in CreatePromiseLink() local
|
| D | js_convert.h | 402 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/ |
| 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/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_coroutine.cpp | 82 auto *storage = GetVM()->GetGlobalObjectStorage(); in RequestCompletion() 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
|
| D | inspector_socket.cpp | 107 std::vector<char> storage; member in jsvm::inspector::__anond23f8bad0111::WriteRequest
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 113 PandaString storage; in BuildGraph() local
|
| /arkcompiler/runtime_core/static_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 | 337 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/ |
| D | ets_class_wrapper.cpp | 57 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/ |
| D | gc_root.cpp | 104 auto *storage = vm_->GetGlobalObjectStorage(); in VisitNonHeapRoots() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_global_storage.h | 541 …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/ |
| D | x64_emitter.cpp | 28 MIRStorageClass storage = mirSymbol.GetStorageClass(); in GetSymbolAlign() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | emitter_test.cpp | 43 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
|
| D | assembler_emitter_test.cpp | 41 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | emitter_test.cpp | 45 static const uint8_t *GetTypeDescriptor(const std::string &name, std::string *storage) in GetTypeDescriptor()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 153 auto *storage = in DoRegionCompacting() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1642 auto storage = ToClassPtr<coretypes::Array>(ToUintPtr(sb) + SB_VALUE_OFFSET); in GetStorageAddress() local
|