Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h192 const RegType& GetInvocationThis(MethodVerifier* verifier, const Instruction* inst,
Dregister_line.cc47 const RegType& RegisterLine::GetInvocationThis(MethodVerifier* verifier, const Instruction* inst, in GetInvocationThis() function in art::verifier::RegisterLine
Dmethod_verifier.cc2471 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction()
2559 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction()
3354 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst, is_range); in VerifyInvocationArgsFromIterator()
3533 const RegType& actual_arg_type = reg_line->GetInvocationThis(this, inst, is_range, allow_failure); in GetQuickInvokedMethod()
3595 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst, is_range); in VerifyInvokeVirtualQuickArgs()