Home
last modified time | relevance | path

Searched defs:std (Results 1 - 25 of 125) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_format_version.cpp23 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_format_version.cpp23 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 Dhash.h35 namespace std { namespace in ark
[all...]
H A Dindex.h110 namespace std { namespace in ark
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dtask_selector.cpp21 TaskSelector::TaskSelector(const std::map<TaskQueueId, internal::SchedulableTaskQueueInterface *> &taskQueues) in TaskSelector() argument
H A Dwait_list.h106 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 Daarch64_operand.h28 namespace std { namespace
/arkcompiler/ets_frontend/es2panda/aot/
H A DresolveDepsRelation.h32 explicit DepsRelationResolver(const std::map<std::string, panda::es2panda::util::ProgramCache *> &progsInfo, in DepsRelationResolver() argument
[all...]
/arkcompiler/runtime_core/static_core/quickener/
H A Dquickener.h32 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 Dpanda_string.h68 namespace std { global() namespace
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvalue.h51 } 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 Daot_compiler_interface_proxy.cpp21 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 Dx64_cg.h33 X64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in X64CG() argument
[all...]
/arkcompiler/toolchain/tooling/client/manager/
H A Dstack_manager.cpp57 PrintScopeChainInfo(const std::map<int32_t, std::map<int32_t, std::string>>& scopeInfos) PrintScopeChainInfo() argument
[all...]
H A Dvariable_manager.h42 TreeNode(const std in TreeNode() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dc_string.h96 namespace std { global() namespace in panda
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask() argument
[all...]
H A Dstring_helpers.h73 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 Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask() argument
[all...]
H A Dstring_helpers.h73 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 Dustring.cpp86 namespace std { namespace in panda::es2panda
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
H A Dprof_convert_json.h56 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 Dets_coroutine.h40 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 Dglobal_handle_storage.h103 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 Dacc_vregister-inl.h

Completed in 9 milliseconds

12345