Home | History | Annotate | Download | only in mips

Lines Matching defs:depth

1055   int depth = 0;
1057 if (save_at_depth == depth) {
1065 ++depth;
1109 if (save_at_depth == depth) {
1117 // Log the check depth.
1118 LOG(masm()->isolate(), IntEvent("check-maps-depth", depth + 1));
2261 int depth = optimization.GetPrototypeDepthOfExpectedType(
2263 if (depth == kInvalidProtoDepth) return Handle<Code>::null();
2283 depth, &miss);