Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc156 auto hook_invoke = code_ir->Alloc<lir::Bytecode>(); in Apply() local
157 hook_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE; in Apply()
158 hook_invoke->operands.push_back(args); in Apply()
159 hook_invoke->operands.push_back(hook_method); in Apply()
162 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in Apply()
329 auto hook_invoke = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local
330 hook_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE; in InjectArrayParamsHook()
331 hook_invoke->operands.push_back(args); in InjectArrayParamsHook()
332 hook_invoke->operands.push_back(hook_method); in InjectArrayParamsHook()
333 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in InjectArrayParamsHook()
[all …]