Searched refs:GetInvocationThis (Results 1 – 3 of 3) sorted by relevance
176 RegType& GetInvocationThis(const Instruction* inst, bool is_range)
92 RegType& RegisterLine::GetInvocationThis(const Instruction* inst, bool is_range) { in GetInvocationThis() function in art::verifier::RegisterLine
2297 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction()2385 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction()3162 RegType& actual_arg_type = work_line_->GetInvocationThis(inst, is_range); in VerifyInvocationArgsFromIterator()3341 RegType& actual_arg_type = reg_line->GetInvocationThis(inst, is_range); in GetQuickInvokedMethod()3401 RegType& actual_arg_type = work_line_->GetInvocationThis(inst, is_range); in VerifyInvokeVirtualQuickArgs()