Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.h42 bool IsClonable() const override { return true; } in IsClonable() function
161 bool IsClonable() const override { return true; } in IsClonable() function
215 bool IsClonable() const override { return true; } in IsClonable() function
Dsuperblock_cloner.cc535 DCHECK(instr->IsClonable()); in CollectLiveOutsAndCheckClonable()
544 if (!instr->IsClonable()) { in CollectLiveOutsAndCheckClonable()