Home
last modified time | relevance | path

Searched defs:Option (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_option_parser.cpp244 template class maplecl::Option<uint8_t>; member in maplecl
245 template class maplecl::Option<uint16_t>; member in maplecl
246 template class maplecl::Option<uint32_t>; member in maplecl
247 template class maplecl::Option<uint64_t>; member in maplecl
248 template class maplecl::Option<int8_t>; member in maplecl
249 template class maplecl::Option<int16_t>; member in maplecl
250 template class maplecl::Option<int32_t>; member in maplecl
251 template class maplecl::Option<int64_t>; member in maplecl
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dmemory_map.h46 struct Option { // optional args for mem map struct
54 static constexpr Option DEFAULT_OPTIONS = { "arkcommon_unnamed", nullptr, DEFAULT_MEM_FLAGS, argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.h159 struct Option { struct
176 Label *slowPath, const Option option); argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
Dmain.cpp26 class Option { class
/arkcompiler/runtime_core/templates/
Dcommon.rb27 class Option < SimpleDelegator class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h36 enum Option : uint64 { enum
/arkcompiler/runtime_core/static_core/templates/
Dcommon.rb36 class Option < SimpleDelegator class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_option.h202 …explicit Option(const std::vector<std::string> &optnames, const std::string &descr, const ArgsT &.… in Option() function
213 explicit Option(const std::vector<std::string> &optnames, const std::string &descr, in Option() function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument