Searched refs:array_size_reg (Results 1 – 1 of 1) sorted by relevance
179 dex::u4 array_size_reg = *(reg_iterator); in InjectArrayParamsHook() local198 const_size_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()207 allocate_array_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()224 dex::u4 array_index_reg = array_size_reg; in InjectArrayParamsHook()