Home
last modified time | relevance | path

Searched full:mandatory (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/verification/
DVerification.cmake65 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
88 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
108 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake20 # Mandatory arguments:
89 # Mandatory arguments:
123 # Mandatory arguments:
154 # Mandatory arguments:
DPandaAssembly.cmake33 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
37 message(FATAL_ERROR "Mandatory SOURCE argument is not defined.")
173 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
177 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
430 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
434 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
/arkcompiler/ets_frontend/ts2panda/
Dts2abc_config.gni65 # Mandatory arguments:
112 # Mandatory arguments:
196 # Mandatory arguments:
/arkcompiler/runtime_core/
Dark_config.gni59 # Mandatory arguments:
172 # Mandatory arguments:
234 # Mandatory arguments:
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni71 # Mandatory arguments:
184 # Mandatory arguments:
246 # Mandatory arguments:
/arkcompiler/ets_frontend/es2panda/
Des2abc_config.gni38 # Mandatory arguments:
/arkcompiler/ets_runtime/
Djs_runtime_config.gni55 # Mandatory arguments:
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb72 # Mandatory empty line after header
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md16 This is a mandatory option.
/arkcompiler/runtime_core/tests/checked/
DCMakeLists.txt64 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
/arkcompiler/runtime_core/tests/
DCMakeLists.txt106 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
110 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
213 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
217 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
354 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
628 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
/arkcompiler/runtime_core/plugins/ecmascript/tests/
DCMakeLists.txt27 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp384 __ Addl(NUM_MANDATORY_JSFUNC_ARGS, methodCallField); // add mandatory argument in JSProxyCallInternalWithArgV()
915 __ Addl(NUM_MANDATORY_JSFUNC_ARGS, methodCallField); // add mandatory argumentr in CallOptimziedMethodInternal()
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp753 …std::cerr << " --paoc-panda-files list of input panda files, it is a mandatory option\… in PrintUsage()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml23 not mandatory meaning.
/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts221 throw new Error("Mandatory Arguments should be found locally");
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h64 // ALWAYS_INLINE is mandatory attribute for handlers. There are cases which will be failed without …
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp2984 // In dynamic methods only the first parameter is mandatory in VisitParameter()