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