Home
last modified time | relevance | path

Searched refs:CheckConstructorReturn (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dregister_line.h202 bool CheckConstructorReturn(MethodVerifier* verifier) const;
Dregister_line.cc31 bool RegisterLine::CheckConstructorReturn(MethodVerifier* verifier) const { in CheckConstructorReturn() function in art::verifier::RegisterLine
Dmethod_verifier.cc2007 line->CheckConstructorReturn(verifier); in AdjustReturnLine()
2151 if (!IsInstanceConstructor() || work_line_->CheckConstructorReturn(this)) { in CodeFlowVerifyInstruction()
2158 if (!IsInstanceConstructor() || work_line_->CheckConstructorReturn(this)) { in CodeFlowVerifyInstruction()
2183 if (!IsInstanceConstructor() || work_line_->CheckConstructorReturn(this)) { in CodeFlowVerifyInstruction()
2199 if (!IsInstanceConstructor() || work_line_->CheckConstructorReturn(this)) { in CodeFlowVerifyInstruction()