Searched defs:fallthrough_line (Results 1 - 1 of 1) sorted by path

/art/runtime/verifier/
H A Dmethod_verifier.cc1494 std::unique_ptr<RegisterLine> fallthrough_line; local
2025 fallthrough_line.reset(update_line);
2904 if (nullptr != fallthrough_line.get()) {
2906 work_line_->CopyFromLine(fallthrough_line.get());

Completed in 11 milliseconds