Home | History | Annotate | Download | only in src

Lines Matching defs:depth

7403   HMaterializedLiteral<V>(int index, int depth, AllocationSiteMode mode)
7404 : literal_index_(index), depth_(depth), allocation_site_mode_(mode) {
7408 HMaterializedLiteral<V>(int index, int depth)
7409 : literal_index_(index), depth_(depth),
7415 int depth() const { return depth_; }