Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h88 struct Key { struct
89 Key(uint32_t abcId, uint32_t methodId) in Key() function
94 Key(uint64_t key) : abcAndMethodId_(key) {}; in Key() function
96 uint32_t GetAbcId() const in GetAbcId()
101 uint32_t GetMehodId() const in GetMehodId()
106 uint64_t Value() const in Value()
111 uint64_t abcAndMethodId_;
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsEnumMember.h31 const Expression *Key() const in Key() function
36 Expression *Key() in Key() function
DtsEnumDeclaration.h65 const Identifier *Key() const in Key() function
70 Identifier *Key() in Key() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsPrivateIdentifier.h39 const Expression *Key() const in Key() function
44 Expression *Key() in Key() function
DtsPropertySignature.h45 const Expression *Key() const in Key() function
50 Expression *Key() in Key() function
DtsMethodSignature.h61 const Expression *Key() const in Key() function
66 Expression *Key() in Key() function
DtsEnumMember.h41 const Expression *Key() const in Key() function
DtsEnumDeclaration.h60 const Identifier *Key() const in Key() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
DtsPropertySignature.h41 [[nodiscard]] const Expression *Key() const noexcept in Key() function
46 [[nodiscard]] Expression *Key() noexcept in Key() function
DclassElement.h46 [[nodiscard]] Expression *Key() noexcept in Key() function
51 [[nodiscard]] const Expression *Key() const noexcept in Key() function
DtsMethodSignature.h65 [[nodiscard]] const Expression *Key() const noexcept in Key() function
70 [[nodiscard]] Expression *Key() noexcept in Key() function
Dproperty.h55 [[nodiscard]] Expression *Key() noexcept in Key() function
60 [[nodiscard]] const Expression *Key() const noexcept in Key() function
DmethodDefinition.h68 Expression const *Key() const in Key() function
/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h59 Expression *Key() in Key() function
64 const Expression *Key() const in Key() function
DclassProperty.h50 const Expression *Key() const in Key() function
55 Expression *Key() in Key() function
DmethodDefinition.h69 const Expression *Key() const in Key() function
74 Expression *Key() in Key() function
/arkcompiler/ets_frontend/es2panda/ir/module/
DassertEntry.h42 const Expression *Key() const in Key() function
/arkcompiler/runtime_core/static_core/verification/cache/
Dfile_entity_cache.h55 using Key = std::tuple<FileId, panda_file::File::EntityId, TypeIndexT>; variable
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp212 class Key { in WriteStacks() class
214 …explicit Key(const Stacktrace *stacktrace) : stacktrace_(stacktrace), hash_(CalcHash(*stacktrace))… in WriteStacks() function in panda::DetailAllocTracker::WriteStacks::Key
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dalloc_tracker.cpp212 class Key { in WriteStacks() class
214 …explicit Key(const Stacktrace *stacktrace) : stacktrace_(stacktrace), hash_(CalcHash(*stacktrace))… in WriteStacks() function in panda::DetailAllocTracker::WriteStacks::Key
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.h39 using Key = StringT; variable
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.h39 using Key = StringT; variable
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h133 const char *Key() const in Key() function
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc_clusters.h41 using Key = JsonObject::Key; variable
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.h177 const char *Key() const in Key() function