Lines Matching refs:push_back
71 param_types.push_back(type); in BoxValue()
84 boxing_invoke->operands.push_back(args); in BoxValue()
85 boxing_invoke->operands.push_back(boxing_method); in BoxValue()
90 move_result->operands.push_back(code_ir->Alloc<lir::VReg>(dst_reg)); in BoxValue()
129 param_types.push_back(this_argument_type); in Apply()
153 hook_invoke->operands.push_back(args); in Apply()
154 hook_invoke->operands.push_back(hook_method); in Apply()
168 param_types.push_back(ir_method->decl->parent); in GenerateShiftParamsCode()
186 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg - shift)); in GenerateShiftParamsCode()
187 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg)); in GenerateShiftParamsCode()
192 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg - shift)); in GenerateShiftParamsCode()
193 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg)); in GenerateShiftParamsCode()
198 move->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg - shift)); in GenerateShiftParamsCode()
199 move->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg)); in GenerateShiftParamsCode()
246 const_size_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()
247 const_size_op->operands.push_back(code_ir->Alloc<lir::Const32>(param_types.size() + !is_static)); in InjectArrayParamsHook()
254 allocate_array_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_reg)); in InjectArrayParamsHook()
255 allocate_array_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()
256 allocate_array_op->operands.push_back( in InjectArrayParamsHook()
264 types.push_back(ir_method->decl->parent); in InjectArrayParamsHook()
287 index_const_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_index_reg)); in InjectArrayParamsHook()
288 index_const_op->operands.push_back(code_ir->Alloc<lir::Const32>(i++)); in InjectArrayParamsHook()
293 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(src_reg)); in InjectArrayParamsHook()
294 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_reg)); in InjectArrayParamsHook()
295 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_index_reg)); in InjectArrayParamsHook()
300 hook_param_types.push_back(obj_array_type); in InjectArrayParamsHook()
313 hook_invoke->operands.push_back(args); in InjectArrayParamsHook()
314 hook_invoke->operands.push_back(hook_method); in InjectArrayParamsHook()
323 cleanup->operands.push_back(code_ir->Alloc<lir::VReg>(i)); in InjectArrayParamsHook()
324 cleanup->operands.push_back(code_ir->Alloc<lir::Const32>(0xFEFEFEFE)); in InjectArrayParamsHook()
351 param_types.push_back(return_type); in Apply()
406 hook_invoke->operands.push_back(args); in Apply()
407 hook_invoke->operands.push_back(hook_method); in Apply()
420 move_result->operands.push_back(bytecode->operands[0]); in Apply()
426 check_cast->operands.push_back(code_ir->Alloc<lir::VReg>(reg)); in Apply()
427 check_cast->operands.push_back( in Apply()
463 param_types.push_back(orig_method->parent); in Apply()