Searched refs:GetInvocationThis (Results 1 – 2 of 2) sorted by relevance
261 const RegType& GetInvocationThis(const Instruction* inst)
3331 const RegType& this_type = GetInvocationThis(inst); in CodeFlowVerifyInstruction()3407 const RegType& this_type = GetInvocationThis(inst); in CodeFlowVerifyInstruction()4250 const RegType& actual_arg_type = GetInvocationThis(inst); in VerifyInvocationArgsFromIterator()4577 const RegType& this_type = GetInvocationThis(inst); in CheckSignaturePolymorphicReceiver()5598 const RegType& MethodVerifier::GetInvocationThis(const Instruction* inst) { in GetInvocationThis() function in art::verifier::MethodVerifier