Searched refs:GetInvocationThis (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | register_line.h | 218 const RegType& GetInvocationThis(MethodVerifier* verifier,
|
D | register_line.cc | 47 const RegType& RegisterLine::GetInvocationThis(MethodVerifier* verifier, const Instruction* inst, in GetInvocationThis() function in art::verifier::RegisterLine
|
D | method_verifier.cc | 2905 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction() 2985 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction() 3896 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst, is_range); in VerifyInvocationArgsFromIterator() 4129 const RegType& actual_arg_type = reg_line->GetInvocationThis(this, inst, is_range, allow_failure); in GetQuickInvokedMethod() 4191 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst, is_range); in VerifyInvokeVirtualQuickArgs()
|