Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h176 RegType& GetInvocationThis(const Instruction* inst, bool is_range)
Dregister_line.cc92 RegType& RegisterLine::GetInvocationThis(const Instruction* inst, bool is_range) { in GetInvocationThis() function in art::verifier::RegisterLine
Dmethod_verifier.cc2297 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()