Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A 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
H A Dnodes.h2542 virtual bool IsClonable() const { return false; } in IsClonable() function