Home | History | Annotate | Download | only in src

Lines Matching defs:depth

7308   HMaterializedLiteral<V>(int index, int depth, AllocationSiteMode mode)
7309 : literal_index_(index), depth_(depth), allocation_site_mode_(mode) {
7313 HMaterializedLiteral<V>(int index, int depth)
7314 : literal_index_(index), depth_(depth),
7320 int depth() const { return depth_; }