Home | History | Annotate | Download | only in ia32

Lines Matching defs:depth

892   int depth = 0;
894 if (save_at_depth == depth) {
901 ++depth;
951 if (save_at_depth == depth) {
960 // Log the check depth.
961 LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
2149 int depth = optimization.GetPrototypeDepthOfExpectedType(
2151 if (depth == kInvalidProtoDepth) return Handle<Code>::null();
2174 name, depth, &miss);