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.cc2262 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()