Home
last modified time | relevance | path

Searched refs:IsClonable (Results 1 – 3 of 3) 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
Dnodes.h1527 DCHECK(IsClonable()); \
2257 virtual bool IsClonable() const { return false; } in IsClonable() function
2726 bool IsClonable() const OVERRIDE { return true; } in IsClonable() function
2830 bool IsClonable() const OVERRIDE { return true; } in IsClonable() function
3101 bool IsClonable() const OVERRIDE { return true; } in IsClonable() function
3203 bool IsClonable() const OVERRIDE { return true; } in IsClonable() function
3342 bool IsClonable() const OVERRIDE { return true; } in IsClonable() function
3385 bool IsClonable() const OVERRIDE { return true; } in IsClonable() function
3418 bool IsClonable() const OVERRIDE { return true; } in IsClonable() function
3459 bool IsClonable() const OVERRIDE { return true; } in IsClonable() function
[all …]
Dsuperblock_cloner.cc587 if (!instr->IsClonable() || in IsSubgraphClonable()
595 if (!instr->IsClonable() || in IsSubgraphClonable()