Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc39 dex::u4 src_reg, in BoxValue() argument
85 auto args = code_ir->Alloc<lir::VRegRange>(src_reg, 1 + is_wide); in BoxValue()
287 dex::u4 src_reg = 0; in InjectArrayParamsHook() local
298 src_reg = value_reg; in InjectArrayParamsHook()
301 src_reg = value_reg; in InjectArrayParamsHook()
304 src_reg = current_reg; in InjectArrayParamsHook()
316 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(src_reg)); in InjectArrayParamsHook()