Searched refs:array_size_reg (Results 1 – 1 of 1) sorted by relevance
247 dex::u4 array_size_reg = 0; in InjectArrayParamsHook() local256 const_size_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()266 allocate_array_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()284 dex::u4 array_index_reg = array_size_reg; in InjectArrayParamsHook()