Searched full:indicate (Results 1 – 25 of 126) sorted by relevance
123456
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | cpu_affinity.h | 108 /// Initialize Cpu Affinity Manager: load CPUs info, indicate CPUs power 117 * @param cpuset cpu-set to indicate used CPU numbers 125 * @param power_flags Flags to indicate CPUs power 132 * @param power_flags Flags to indicate CPUs power 140 * @param cpuset cpu-set to indicate used CPU numbers
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | frame.h | 74 // Instrumentation: indicate what the frame must be force poped 76 // Instrumentation: indicate what the frame must retry last instruction 78 // Instrumentation: indicate what the frame must notify when poped 80 // Indicate that the frame was created after deoptimization. 84 …// Indicate whether this frame is stackless frame, only take effects under stackless interpreter m… 86 …// Indicate whether this frame is initobj frame, only take effects under stackless interpreter mod… 89 // Indicate whether this frame is created in Method::Invoke 92 // Indicate whether this frame is static or dynamic, which decides the frame layout
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.exceptions/01.throwing_functions/ |
| D | function.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function_without_keyword.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_without_keyword.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.exceptions/02.non_throwing_functions/ |
| D | function_with_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_without_keyword.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function_without_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_with_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_without_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_without_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_with_default_catch.sts | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 38 # Return 0 to indicate that negative test failed, because this line is unreachable and code will …
|
| D | bug_2107_2.pa | 40 # Return 0 to indicate that negative test failed, because this line is unreachable and code will …
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 38 # Return 0 to indicate that negative test failed, because this line is unreachable and code will …
|
| D | bug_2107_2.pa | 40 # Return 0 to indicate that negative test failed, because this line is unreachable and code will …
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | glossary.md | 12 compilation" are used to indicate that the source code or bytecode is compiled before actual 25 compilation" are used to indicate that the source code or bytecode is compiled during program
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 12 compilation" are used to indicate that the source code or bytecode is compiled before actual 25 compilation" are used to indicate that the source code or bytecode is compiled during program
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mem_reference_table.h | 75 // The field is set TRUE to indicate that the callee-save and callee-reload instructions do not
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | u32tof32.yaml | 85 …Return 0 to indicate that negative test failed, because this line is unreachable and code will not…
|
| D | u32tou1.yaml | 68 …Return 0 to indicate that negative test failed, because this line is unreachable and code will not…
|
| D | u64tou32.yaml | 67 …Return 0 to indicate that negative test failed, because this line is unreachable and code will not…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | u32toi8.yaml | 73 …Return 0 to indicate that negative test failed, because this line is unreachable and code will not…
|
123456