Home | History | Annotate | Download | only in arm

Lines Matching defs:depth

1052   int depth = 0;
1054 if (save_at_depth == depth) {
1062 ++depth;
1107 if (save_at_depth == depth) {
1115 // Log the check depth.
1116 LOG(masm()->isolate(), IntEvent("check-maps-depth", depth + 1));
2270 int depth = optimization.GetPrototypeDepthOfExpectedType(
2272 if (depth == kInvalidProtoDepth) return Handle<Code>::null();
2291 depth, &miss);