Home
last modified time | relevance | path

Searched full:discarded (Results 1 – 25 of 65) 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.
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/
Daccess_static_field_3.sts19 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field_2.sts19 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field_1.sts19 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field.sts19 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field_5.sts20 For a static field: the result of an object reference expression evaluation is discarded.
Daccess_static_field_4.sts20 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/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.cpp98 …// never resumed. Any execution state associated with generator can be discarded at this poi… in GeneratorResumeAbrupt()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h67 DISCARDED, enumerator
195 return GetKind() == BytecodeKind::DISCARDED; in IsDiscarded()
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DLinterRunner.ts51 * as a command-line arguments. Other source files will be discarded.
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml2265 …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/
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.64.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.
Dcall.virt.yaml47 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
Dststatic.yaml47 value is determined by field_id, other accumulator bits are discarded.
Dstobj.yaml50 value is determined by field_id, other accumulator bits are discarded.
/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.
Dstobj.yaml55 value is determined by field_id, other accumulator bits are discarded.
Dststatic.yaml52 value is determined by field_id, other accumulator bits are discarded.
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.cpp205 … // If the definition point is not includes in the AOT list. This hclass needs to be discarded. in CreatePGOType()

123