Searched full:indicate (Results 1 – 25 of 135) 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/common_interfaces/thread/ |
| D | mutator_base.h | 90 // Indicate whether mutator is in saferegion 96 // // Indicate whether mutator need SafepointPolling 126 // Return true indicate there are some observer is visitting this mutator 309 // Indicate whether execution thread should check safepoint suspension request 311 // Indicate the current mutator phase and use which barrier in concurrent gc 322 // Indicate the state of mutator's phase transition
|
| /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_deprecated/15.exceptions/01.throwing_functions/ |
| D | constructor.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function_without_keyword.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_without_keyword.ets | 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_deprecated/15.exceptions/02.non_throwing_functions/ |
| D | function_with_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_without_keyword.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | function_without_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_with_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | lambda_without_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_with_default_catch.ets | 18 assert: To indicate that a function (in general sense, meaning a function, method, constructor or l…
|
| D | constructor_without_default_catch.ets | 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/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/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/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/static_core/tests/cts-generator/cts-template/ |
| D | u32toi16.yaml | 73 …Return 0 to indicate that negative test failed, because this line is unreachable and code will not…
|
| D | u32tof32.yaml | 85 …Return 0 to indicate that negative test failed, because this line is unreachable and code will not…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | u32toi64.yaml | 67 …Return 0 to indicate that negative test failed, because this line is unreachable and code will not…
|
123456