Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h154 bool CheckConstructorReturn() const;
Dregister_line.cc27 bool RegisterLine::CheckConstructorReturn() const { in CheckConstructorReturn() function in art::verifier::RegisterLine
Dmethod_verifier.cc1573 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()
1580 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()
1605 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()
1621 if (!IsConstructor() || work_line_->CheckConstructorReturn()) { in CodeFlowVerifyInstruction()