Home
last modified time | relevance | path

Searched refs:this_reg (Results 1 – 4 of 4) 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()
95 uint32_t this_reg, uint32_t dex_pc) { in MarkRefsAsInitialized() argument
104 if (is_string && i != this_reg) { in MarkRefsAsInitialized()
Dregister_line.h143 uint32_t this_reg, uint32_t dex_pc)
Dmethod_verifier.cc2501 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in CodeFlowVerifyInstruction() local
2502 work_line_->MarkRefsAsInitialized(this, this_type, this_reg, work_insn_idx_); in CodeFlowVerifyInstruction()
/art/compiler/dex/
Dmir_optimization.cc967 int this_reg = GetFirstInVR(); in EliminateNullChecks() local
968 vregs_to_check->ClearBit(this_reg); in EliminateNullChecks()