Searched full:discarded (Results 1 – 25 of 74) 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. 503 * @return false if the task is discarded. Otherwise true. 504 * The task may be discarded if the GC already executing a task with 505 * 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_2.ets | 19 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field_3.ets | 19 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field.ets | 19 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field_1.ets | 19 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field_5.ets | 20 For a static field: the result of an object reference expression evaluation is discarded.
|
| D | access_static_field_4.ets | 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/plugins/ets/doc/spec/ |
| D | 18_annotations.rst | 650 and discarded after use. 656 discarded after compilation; 661 the bytecode file, but are discarded at runtime.
|
| D | 8_statements.rst | 89 result of such execution is discarded. 1060 coroutine stack (see :ref:`Coroutines (Experimental)`) is discarded,
|
| /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 | 97 …// never resumed. Any execution state associated with generator can be discarded at this poi… in GeneratorResumeAbrupt()
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | local_deque.h | 37 // Optimized for scenarios where content is discarded after use
|
| /arkcompiler/runtime_core/static_core/plugins/ets/isa/ |
| D | isa.yaml | 147 Unused register slot values are discarded, and corresponding registers
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 2272 discarded, and corresponding registers are not to be passed to initializer). 2359 by field_id, while other accumulator bits are discarded. 2439 while other register bits are discarded. 2519 accumulator bits are discarded. If field type size is less than 32, then 2696 register slot values are discarded, and corresponding registers are not 2745 register slot values are discarded, and corresponding registers are not 2800 Unused register slot values are discarded, and corresponding registers 2857 object reference). Unused register slot values are discarded, and
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ststatic.64.yaml | 47 value is determined by field_id, other accumulator bits are discarded.
|
| 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.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.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.h | 67 DISCARDED, enumerator 195 return GetKind() == BytecodeKind::DISCARDED; in IsDiscarded()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_parser.cpp | 193 // If the definition point is not includes in the AOT list. This hclass needs to be discarded. in SkipGenerateHClass()
|
| /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.
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | LinterRunner.ts | 63 * as a command-line arguments. Other source files will be discarded.
|
123