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

/art/runtime/verifier/
H A Dmethod_verifier.cc1477 std::unique_ptr<RegisterLine> fallthrough_line; local
1998 fallthrough_line.reset(update_line);
2869 if (nullptr != fallthrough_line.get()) {
2871 work_line_->CopyFromLine(fallthrough_line.get());

Completed in 13 milliseconds