Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnewTargetNarrowing.ts24 if (new.target.marked === true) {
25 AssertType(new.target.marked === true, "boolean");
26 AssertType(new.target.marked, "boolean");
31 foo(new.target.marked);
32 AssertType(foo(new.target.marked), "void");
34 AssertType(new.target.marked, "boolean");
40 f.marked = true;
41 AssertType(f.marked = true, "boolean");
42 AssertType(f.marked, "boolean");
DLICENSE.txt27 …nd improving the Work, but excluding communication that is conspicuously marked or otherwise desig…
/arkcompiler/runtime_core/docs/diagrams/
Dgc-mark.puactivity25 if (the referent object is marked) then(Yes)
38 …mark all fields in object == mark all directly referenced objects and add their un-marked fields t…
Dgenerational-major-gc-activity.puactivity19 :Sweep tenured space(remove non-marked objects);
Dgenerational-minor-gc-activity.puactivity19 :Copy marked/alive objects from young space to the tenured space;
Dgenerational-concurrent-major-gc-activity.puactivity26 :Sweep tenured space(remove non-marked objects);
Dreference-processor.puactivity30 if (The referent object is marked or processed already) then(Yes)
Dg1gc-gc-activity.puactivity31 :Compact: copy marked/alive objects to the old regions(create new if required)
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp249 bool marked = false; in MarkLiveRec() local
251 marked = inst->SetMarker(live_mrk); in MarkLiveRec()
252 if (marked) { in MarkLiveRec()
257 if (!marked && !inst->SetMarker(live_mrk)) { in MarkLiveRec()
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md61 Some `If` or `IfImm` instructions may be marked `dead` after this stage.
66 (and was not marked `dead` during previous stage) and recursively mark `live` all their inputs.
67 During second pass we remove all not `live`-marked instructions.
Dreg_alloc_graph_coloring_doc.md26 If interval is pre-colored, this value is set as pre-color for node. And input parameters is marked
55 Finally, if node was marked to split, real split on corresponding interval is performed. All nodes …
/arkcompiler/toolchain/build/third_party_gn/googletest/
DBUILD.gn100 # marked 'override' [-Werror,-Winconsistent-missing-override]". Suppress
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md95 Run all tests marked with bugid 1316.
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md66 applicable for them, because methods' loop-headers are not marked as osr-entry.
Dassembly_format.md19 Comments are marked with the `#` character. All characters that follow it (including the `#` charac…
Ddoxygen.config648 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
/arkcompiler/toolchain/
DLICENSE60 excluding communication that is conspicuously marked or otherwise
/arkcompiler/ets_runtime/
DLICENSE60 excluding communication that is conspicuously marked or otherwise
/arkcompiler/ets_frontend/arkguard/
DLICENSE60 excluding communication that is conspicuously marked or otherwise
/arkcompiler/runtime_core/
DLICENSE60 excluding communication that is conspicuously marked or otherwise
/arkcompiler/ets_frontend/
DLICENSE60 excluding communication that is conspicuously marked or otherwise
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2marked abstract."),Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_…