Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc179 dex::u4 array_size_reg = *(reg_iterator); in InjectArrayParamsHook() local
198 const_size_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()
207 allocate_array_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()
224 dex::u4 array_index_reg = array_size_reg; in InjectArrayParamsHook()