Lines Matching defs:depth
1072 int depth = 0;
1074 if (save_at_depth == depth) {
1082 depth++;
1154 if (save_at_depth == depth) {
1167 // Log the check depth.
1168 LOG(masm()->isolate(), IntEvent("check-maps-depth", depth + 1));
2302 int depth = optimization.GetPrototypeDepthOfExpectedType(
2304 if (depth == kInvalidProtoDepth) return heap()->undefined_value();
2325 depth, &miss);