Home
last modified time | relevance | path

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

/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dinstrumentation.h78 bool InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode);
/aosp_15_r20/tools/dexter/slicer/
H A Dinstrumentation.cc120 return InjectArrayParamsHook(code_ir, bytecode); in Apply()
223 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook() function in slicer::EntryHook