Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h78 bool InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode);
/tools/dexter/slicer/
Dinstrumentation.cc116 return InjectArrayParamsHook(code_ir, bytecode); in Apply()
214 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook() function in slicer::EntryHook