Searched refs:marked (Results 1 – 22 of 22) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | newTargetNarrowing.ts | 24 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");
|
D | LICENSE.txt | 27 …nd improving the Work, but excluding communication that is conspicuously marked or otherwise desig…
|
/arkcompiler/runtime_core/docs/diagrams/ |
D | gc-mark.puactivity | 25 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…
|
D | generational-major-gc-activity.puactivity | 19 :Sweep tenured space(remove non-marked objects);
|
D | generational-minor-gc-activity.puactivity | 19 :Copy marked/alive objects from young space to the tenured space;
|
D | generational-concurrent-major-gc-activity.puactivity | 26 :Sweep tenured space(remove non-marked objects);
|
D | reference-processor.puactivity | 30 if (The referent object is marked or processed already) then(Yes)
|
D | g1gc-gc-activity.puactivity | 31 :Compact: copy marked/alive objects to the old regions(create new if required)
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | cleanup.cpp | 249 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/ |
D | cleanup_doc.md | 61 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.
|
D | reg_alloc_graph_coloring_doc.md | 26 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/ |
D | BUILD.gn | 100 # marked 'override' [-Werror,-Winconsistent-missing-override]". Suppress
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | README.md | 95 Run all tests marked with bugid 1316.
|
/arkcompiler/runtime_core/docs/ |
D | on-stack-replacement.md | 66 applicable for them, because methods' loop-headers are not marked as osr-entry.
|
D | assembly_format.md | 19 Comments are marked with the `#` character. All characters that follow it (including the `#` charac…
|
D | doxygen.config | 648 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
|
/arkcompiler/toolchain/ |
D | LICENSE | 60 excluding communication that is conspicuously marked or otherwise
|
/arkcompiler/ets_runtime/ |
D | LICENSE | 60 excluding communication that is conspicuously marked or otherwise
|
/arkcompiler/ets_frontend/arkguard/ |
D | LICENSE | 60 excluding communication that is conspicuously marked or otherwise
|
/arkcompiler/runtime_core/ |
D | LICENSE | 60 excluding communication that is conspicuously marked or otherwise
|
/arkcompiler/ets_frontend/ |
D | LICENSE | 60 excluding communication that is conspicuously marked or otherwise
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …marked abstract."),Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_…
|