Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h231 const RegType& GetInvocationThis(MethodVerifier* verifier,
Dregister_line.cc49 const RegType& RegisterLine::GetInvocationThis(MethodVerifier* verifier, const Instruction* inst, in GetInvocationThis() function in art::verifier::RegisterLine
Dmethod_verifier.cc3024 const RegType& this_type = work_line_->GetInvocationThis(this, inst); in CodeFlowVerifyInstruction()
3109 const RegType& this_type = work_line_->GetInvocationThis(this, inst); in CodeFlowVerifyInstruction()
4043 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst); in VerifyInvocationArgsFromIterator()
4384 const RegType& this_type = work_line_->GetInvocationThis(this, inst); in CheckSignaturePolymorphicReceiver()