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
2262 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction()2350 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction()3122 RegType& actual_arg_type = work_line_->GetInvocationThis(inst, is_range); in VerifyInvocationArgsFromIterator()3301 RegType& actual_arg_type = reg_line->GetInvocationThis(inst, is_range); in GetQuickInvokedMethod()3339 RegType& actual_arg_type = work_line_->GetInvocationThis(inst, is_range); in VerifyInvokeVirtualQuickArgs()