Home
last modified time | relevance | path

Searched refs:compaction_state (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dcompactor.cc325 void CompactPage(NormalPage* page, CompactionState& compaction_state) { in CompactPage() argument
326 compaction_state.AddPage(page); in CompactPage()
369 compaction_state.RelocateObject(page, header_address, size); in CompactPage()
373 compaction_state.FinishCompactingPage(page); in CompactPage()
417 CompactionState compaction_state(space, movable_references); in CompactSpace() local
420 CompactPage(NormalPage::From(page), compaction_state); in CompactSpace()
423 compaction_state.FinishCompactingSpace(); in CompactSpace()
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1067 struct compaction_state { struct
1076 static void compaction_state_init(struct compaction_state *c, argument
1080 set_control_index(const struct compaction_state *c, in set_control_index()
1125 set_datatype_index(const struct compaction_state *c, brw_compact_inst *dst, in set_datatype_index()
1168 set_subreg_index(const struct compaction_state *c, brw_compact_inst *dst, in set_subreg_index()
1199 set_src0_index(const struct compaction_state *c, brw_compact_inst *dst, in set_src0_index()
1229 set_src1_index(const struct compaction_state *c, brw_compact_inst *dst, in set_src1_index()
1819 try_compact_instruction(const struct compaction_state *c, in try_compact_instruction()
1929 struct compaction_state c; in brw_try_compact_instruction()
1935 set_uncompacted_control(const struct compaction_state *c, brw_inst *dst, in set_uncompacted_control()
[all …]