Searched full:discarded (Results 1 – 25 of 65) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc.h | 178 * @return false if the task is discarded. Otherwise true. 179 * The task may be discarded if the GC already executing a task with 186 * @return false if the task is discarded. Otherwise true. 187 * The task may be discarded if the GC already executing a task with 219 * @return false if the task is discarded. Otherwise true. 220 * The task may be discarded if the GC already executing a task with 221 * the same reason. The task may be discarded by other reasons. 506 * @return false if the task is discarded. Otherwise true. 507 * The task may be discarded if the GC already executing a task with 508 * the same reason. The task may be discarded by other reasons (for example, task is invalid).
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/ |
| D | access_static_field_3.sts | 19 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field_2.sts | 19 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field_1.sts | 19 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field.sts | 19 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field_5.sts | 20 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field_4.sts | 20 For a static field: the result of an object reference expression evaluation is discarded.
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 115 be discarded and corresponding registers will not be passed to the callee).
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_aot_compiler.h | 99 // Add graph to allow inlining only, the function created from this graph is discarded later
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 98 …// never resumed. Any execution state associated with generator can be discarded at this poi… in GeneratorResumeAbrupt()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.h | 67 DISCARDED, enumerator 195 return GetKind() == BytecodeKind::DISCARDED; in IsDiscarded()
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | LinterRunner.ts | 51 * as a command-line arguments. Other source files will be discarded.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 2265 …Unused register slot values will be discarded and corresponding registers will not be passed to in… 2348 value is determined by field_id, other accumulator bits are discarded. 2424 value is determined by field_id, other register bits are discarded. 2500 value is determined by field_id, other accumulator bits are discarded. 2666 be discarded and corresponding registers will not be passed to the callee). 2710 be discarded and corresponding registers will not be passed to the callee). 2758 Unused register slot values will be discarded and corresponding registers will not be 2810 Unused register slot values will be discarded and corresponding registers will not be
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | call.virt.short.yaml | 60 Unused register slot values will be discarded and corresponding registers will not be 829 Unused register slot values will be discarded and corresponding registers will not be
|
| D | ststatic.64.yaml | 47 value is determined by field_id, other accumulator bits are discarded.
|
| D | stobj.64.yaml | 49 value is determined by field_id, other accumulator bits are discarded.
|
| D | stobj.v.64.yaml | 44 value is determined by field_id, other register bits are discarded.
|
| D | call.virt.yaml | 47 Unused register slot values will be discarded and corresponding registers will not be 979 Unused register slot values will be discarded and corresponding registers will not be
|
| D | ststatic.yaml | 47 value is determined by field_id, other accumulator bits are discarded.
|
| D | stobj.yaml | 50 value is determined by field_id, other accumulator bits are discarded.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ststatic.64.yaml | 52 value is determined by field_id, other accumulator bits are discarded.
|
| D | stobj.64.yaml | 55 value is determined by field_id, other accumulator bits are discarded.
|
| D | stobj.yaml | 55 value is determined by field_id, other accumulator bits are discarded.
|
| D | ststatic.yaml | 52 value is determined by field_id, other accumulator bits are discarded.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_parser.cpp | 205 … // If the definition point is not includes in the AOT list. This hclass needs to be discarded. in CreatePGOType()
|
123