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()
278 dex::u4 src_reg = 0; in InjectArrayParamsHook() local
289 src_reg = value_reg; in InjectArrayParamsHook()
292 src_reg = value_reg; in InjectArrayParamsHook()
295 src_reg = current_reg; in InjectArrayParamsHook()
307 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(src_reg)); in InjectArrayParamsHook()