Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.cc57 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in GetInvocationThis() local
58 const RegType& this_type = GetRegisterType(verifier, this_reg); in GetInvocationThis()
62 << "tried to get class from non-reference register v" << this_reg in GetInvocationThis()