Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 67) sorted by relevance

123

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dmain.cpp24 std::string &data, const std::string &usage) in Preprocess() argument
33 std::cerr << usage << std::endl; in Preprocess()
44 std::cerr << usage << std::endl; in Preprocess()
53 const std::string &usage) in HandleNpmEntries() argument
64 std::cerr << usage << std::endl; in HandleNpmEntries()
89 std::string usage = "Usage: js2abc [OPTIONS]... [ARGS]..."; in main() local
91 std::cout << usage << std::endl; in main()
104 if (!HandleNpmEntries(options, argParser, usage)) { in main()
114 std::cerr << usage << std::endl; in main()
132 if (Preprocess(options, argParser, output, data, usage) == panda::ts2abc::RETURN_FAILED) { in main()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsExportAssignedVisibility/
Dindex.js29 this.usage = new Obj();
30 AssertType(this.usage = new Obj(), "Obj");
31 AssertType(this.usage, "any");
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dopcodes.h.erb18 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
27 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
34 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
41 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
47 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.cpp100 CString ConvertToString(const EcmaString *s, StringConvertedUsage usage) in ConvertToString() argument
105 return EcmaStringAccessor(const_cast<EcmaString *>(s)).ToCString(usage); in ConvertToString()
/arkcompiler/ets_frontend/arkguard/src/cli/
DSecHarmony.ts58 .usage('Usage: SecHarmony [input files] [options]')
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md27 They can help to detect usage of inconsistent information in registers in exception handlers.
47 ### (todo) Checks for usage of some functions/intrinsics
/arkcompiler/runtime_core/libpandabase/events/
Devents_gen.h.erb263 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
265 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
268 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
270 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
279 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
/arkcompiler/runtime_core/compiler/docs/
Dmove_constants_closer_to_usage_doc.md1 # Move constants closer to usage
16 Before register allocation for each constant try to move it closer to usage:
102 // constants are defined just before usage, no SpillFills
Daot_cha.md24 The example of usage
37 The wrong usage. Some classes were omitted during AOT compilation due to the fact that they are not…
90 The usage of class hierarchy may help AOT compiler to squash 2-3-4 into one step as JIT-compiler do…
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp104 …auto usage = JSLocale::GetOptionOfString<UsageOption>(thread, optionsObject, globalConst->GetHandl… in InitializeCollator() local
108 collator->SetUsage(usage); in InitializeCollator()
182 if (usage == UsageOption::SEARCH) { in InitializeCollator()
264 if (usage == UsageOption::SORT) { in InitializeCollator()
338 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, UsageOption usage) in OptionsToEcmaString() argument
342 switch (usage) { in OptionsToEcmaString()
/arkcompiler/runtime_core/libark_defect_scan_aux/templates/
Dopcode_map_table.h.erb19 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
Dintrinsic_map_table.h.erb19 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
/arkcompiler/ets_frontend/ts2panda/src/
DcmdOptions.ts259 const usage = commandLineUsage([ constant
272 LOGE(usage);
/arkcompiler/runtime_core/templates/logger_components/
Dlogger_components.inc.erb18 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
/arkcompiler/runtime_core/templates/
Dcpu_features.inc.erb18 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Darrayconcat.ts25 usage?: string;
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_enum.inl.erb19 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
/arkcompiler/runtime_core/tests/cts-assembly/
Dbig_ark_option_value.pa14 # Running this test asserts correct usage of runtime option (e.g. heap-size-limit) with value > 2 GB
/arkcompiler/runtime_core/cmake/
DCodeStyle.cmake94 # Function to check correct usage of std primitives.
106 # Function to check correct usage of memory order in atomics.
DDoxygen.cmake18 # Example usage:
/arkcompiler/runtime_core/docs/
Daot.md138 Example of usage:
165 Example of usage:
176 Example of usage:
182 Example of usage:
/arkcompiler/ets_frontend/es2panda/aot/
DCMakeLists.txt39 "-cppcoreguidelines-macro-usage"
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dvisitor.inc49 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
/arkcompiler/runtime_core/panda/
DCMakeLists.txt25 "-cppcoreguidelines-macro-usage"
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md12 usage: Run bytecode benchmarks [-h] [--testdir TESTDIR] [--bindir BINDIR]
131 usage: Compare benchmark results [-h] --old JSON_FILE_PATH --new JSON_FILE_PATH --failed JSON_FILE_…

123