Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h218 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.cc2964 const RegType& this_type = work_line_->GetInvocationThis(this, inst); in CodeFlowVerifyInstruction()
3045 const RegType& this_type = work_line_->GetInvocationThis(this, inst); in CodeFlowVerifyInstruction()
4004 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst); in VerifyInvocationArgsFromIterator()
4400 const RegType& this_type = work_line_->GetInvocationThis(this, inst); in CheckSignaturePolymorphicReceiver()
4435 const RegType& actual_arg_type = reg_line->GetInvocationThis(this, inst, allow_failure); in GetQuickInvokedMethod()
4497 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst); in VerifyInvokeVirtualQuickArgs()