Searched refs:index_const_op (Results 1 – 1 of 1) sorted by relevance
308 auto index_const_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local309 index_const_op->opcode = dex::OP_CONST; in InjectArrayParamsHook()310 index_const_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_index_reg)); in InjectArrayParamsHook()311 index_const_op->operands.push_back(code_ir->Alloc<lir::Const32>(i++)); in InjectArrayParamsHook()312 code_ir->instructions.InsertBefore(bytecode, index_const_op); in InjectArrayParamsHook()