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.cc2016 line->CheckConstructorReturn(verifier); in AdjustReturnLine()
2160 if (!IsInstanceConstructor() || work_line_->CheckConstructorReturn(this)) { in CodeFlowVerifyInstruction()
2167 if (!IsInstanceConstructor() || work_line_->CheckConstructorReturn(this)) { in CodeFlowVerifyInstruction()
2192 if (!IsInstanceConstructor() || work_line_->CheckConstructorReturn(this)) { in CodeFlowVerifyInstruction()
2208 if (!IsInstanceConstructor() || work_line_->CheckConstructorReturn(this)) { in CodeFlowVerifyInstruction()