| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_format_version.cpp | 23 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion() argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_format_version.cpp | 23 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion() argument 37 bool IsVersionLessOrEqual(const std::array<uint8_t, File::VERSION_SIZE> &currrent_version, in IsVersionLessOrEqual() argument
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| H A D | hash.h | 35 namespace std { namespace in ark [all...] |
| H A D | index.h | 110 namespace std { namespace in ark
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| H A D | task_selector.cpp | 21 TaskSelector::TaskSelector(const std::map<TaskQueueId, internal::SchedulableTaskQueueInterface *> &taskQueues) in TaskSelector() argument
|
| H A D | wait_list.h | 106 WaiterId AddValueToWait(T value, uint64_t timeToWait = std::numeric_limits<uint64_t>().max()) in AddValueToWait() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| H A D | aarch64_operand.h | 28 namespace std { namespace
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| H A D | resolveDepsRelation.h | 32 explicit DepsRelationResolver(const std::map<std::string, panda::es2panda::util::ProgramCache *> &progsInfo, in DepsRelationResolver() argument [all...] |
| /arkcompiler/runtime_core/static_core/quickener/ |
| H A D | quickener.h | 32 Quickener(panda_file::ItemContainer *container, panda_file::File *file, const std::map<panda_file::File::EntityId, panda_file::BaseItem *> *items) Quickener() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| H A D | panda_string.h | 68 namespace std { global() namespace [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | value.h | 51 } else if constexpr (std::is_pointer_v<T> && std::is_base_of_v<ObjectHeader, std::remove_pointer_t<T>>) { in Value() argument [all...] |
| /arkcompiler/ets_runtime/compiler_service/interface/ |
| H A D | aot_compiler_interface_proxy.cpp | 21 AotCompiler( const std::unordered_map<std::string, std::string>& argsMap, std::vector<int16_t>& sigData) AotCompiler() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| H A D | x64_cg.h | 33 X64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in X64CG() argument [all...] |
| /arkcompiler/toolchain/tooling/client/manager/ |
| H A D | stack_manager.cpp | 57 PrintScopeChainInfo(const std::map<int32_t, std::map<int32_t, std::string>>& scopeInfos) PrintScopeChainInfo() argument [all...] |
| H A D | variable_manager.h | 42 TreeNode(const std in TreeNode() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | c_string.h | 96 namespace std { global() namespace in panda [all...] |
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | regmask.h | 26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask() argument [all...] |
| H A D | string_helpers.h | 73 bool ParseInt(const char *str, T *num, T min = std::numeric_limits<T>::min(), T max = std::numeric_limits<T>::max()) in ParseInt() argument 104 bool ParseInt(const std::string &str, T *num, T min = std argument [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | regmask.h | 26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask() argument [all...] |
| H A D | string_helpers.h | 73 bool ParseInt(const char *str, T *num, T min = std::numeric_limits<T>::min(), T max = std::numeric_limits<T>::max()) in ParseInt() argument 104 bool ParseInt(const std::string &str, T *num, T min = std argument [all...] |
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | ustring.cpp | 86 namespace std { namespace in panda::es2panda
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/ |
| H A D | prof_convert_json.h | 56 cJSON* HandleVariant(const std::variant<std::string, std::vector<ProfileType::VariantMap>>& value) const in HandleVariant() argument 89 HandleVariantNext(const std::variant<std::string, ProfileType::VariantVector>& value) const HandleVariantNext() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_coroutine.h | 40 Create(Runtime *runtime, PandaVM *vm, PandaString name, CoroutineContext *context, std::optional<EntrypointInfo> &&epInfo = std::nullopt) Create() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | global_handle_storage.h | 103 inline void DealUpdateObject([[maybe_unused]] std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealUpdateObject() argument 108 inline void DealVisitGCRoots([[maybe_unused]] std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealVisitGCRoots() argument
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | acc_vregister-inl.h | |