Home
last modified time | relevance | path

Searched full:discarded (Results 1 – 25 of 74) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h178 * @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/
Daccess_static_field_2.ets19 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field_3.ets19 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field.ets19 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field_1.ets19 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field_5.ets20 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field_4.ets20 For a static field: the result of an object reference expression evaluation is discarded.
/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml115 be discarded and corresponding registers will not be passed to the callee).
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D18_annotations.rst650 and discarded after use.
656 discarded after compilation;
661 the bytecode file, but are discarded at runtime.
D8_statements.rst89 result of such execution is discarded.
1060 coroutine stack (see :ref:`Coroutines (Experimental)`) is discarded,
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.h99 // Add graph to allow inlining only, the function created from this graph is discarded later
/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.cpp97 …// never resumed. Any execution state associated with generator can be discarded at this poi… in GeneratorResumeAbrupt()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dlocal_deque.h37 // Optimized for scenarios where content is discarded after use
/arkcompiler/runtime_core/static_core/plugins/ets/isa/
Disa.yaml147 Unused register slot values are discarded, and corresponding registers
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml2272 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/
Dststatic.64.yaml47 value is determined by field_id, other accumulator bits are discarded.
Dcall.virt.short.yaml60 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
Dststatic.yaml47 value is determined by field_id, other accumulator bits are discarded.
Dstobj.64.yaml49 value is determined by field_id, other accumulator bits are discarded.
Dstobj.v.64.yaml44 value is determined by field_id, other register bits are discarded.
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h67 DISCARDED, enumerator
195 return GetKind() == BytecodeKind::DISCARDED; in IsDiscarded()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.cpp193 // 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/
Dststatic.64.yaml52 value is determined by field_id, other accumulator bits are discarded.
Dstobj.64.yaml55 value is determined by field_id, other accumulator bits are discarded.
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DLinterRunner.ts63 * as a command-line arguments. Other source files will be discarded.

123