Lines Matching defs:depth
865 int depth = 0;
867 if (save_at_depth == depth) {
875 ++depth;
925 if (save_at_depth == depth) {
934 // Log the check depth.
935 LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
1976 int depth = optimization.GetPrototypeDepthOfExpectedType(
1978 if (depth == kInvalidProtoDepth) return Handle<Code>::null();
2000 name, depth, &miss);