Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc160 auto hook_invoke = code_ir->Alloc<lir::Bytecode>(); in Apply() local
161 hook_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE; in Apply()
162 hook_invoke->operands.push_back(args); in Apply()
163 hook_invoke->operands.push_back(hook_method); in Apply()
166 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in Apply()
338 auto hook_invoke = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local
339 hook_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE; in InjectArrayParamsHook()
340 hook_invoke->operands.push_back(args); in InjectArrayParamsHook()
341 hook_invoke->operands.push_back(hook_method); in InjectArrayParamsHook()
342 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in InjectArrayParamsHook()
[all …]