Searched refs:remap_copy_internal (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | superblock_cloner.cc | 847 const HEdgeSet* remap_copy_internal, in SetSuccessorRemappingInfo() argument 850 remap_copy_internal_ = remap_copy_internal; in SetSuccessorRemappingInfo() 916 HEdgeSet remap_copy_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in IsFastCase() local 924 &remap_copy_internal, in IsFastCase() 928 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase() 932 remap_copy_internal.clear(); in IsFastCase() 939 &remap_copy_internal, in IsFastCase() 943 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase() 1079 HEdgeSet* remap_copy_internal, in CollectRemappingInfoForPeelUnroll() argument 1089 remap_copy_internal->insert(e); in CollectRemappingInfoForPeelUnroll() [all …]
|
D | superblock_cloner.h | 153 const HEdgeSet* remap_copy_internal, 533 SuperblockCloner::HEdgeSet* remap_copy_internal,
|
D | superblock_cloner_test.cc | 641 HEdgeSet remap_copy_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() local 647 &remap_copy_internal, in TEST_F() 666 cloner.SetSuccessorRemappingInfo(&remap_orig_internal, &remap_copy_internal, &remap_incoming); in TEST_F()
|