Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc82 auto boxing_invoke = code_ir->Alloc<lir::Bytecode>(); in BoxValue() local
83 boxing_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE; in BoxValue()
84 boxing_invoke->operands.push_back(args); in BoxValue()
85 boxing_invoke->operands.push_back(boxing_method); in BoxValue()
86 code_ir->instructions.InsertBefore(bytecode, boxing_invoke); in BoxValue()