Home
last modified time | relevance | path

Searched refs:src_reg (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/
Dinstrumentation.cc35 dex::u4 src_reg, in BoxValue() argument
81 auto args = code_ir->Alloc<lir::VRegRange>(src_reg, 1 + is_wide); in BoxValue()
227 dex::u4 src_reg = 0; in InjectArrayParamsHook() local
230 src_reg = boxing_reg; in InjectArrayParamsHook()
233 src_reg = current_reg; in InjectArrayParamsHook()
245 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(src_reg)); in InjectArrayParamsHook()