Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.h261 const RegType& GetInvocationThis(const Instruction* inst)
H A Dmethod_verifier.cc3331 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