Home
last modified time | relevance | path

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

/tools/dexter/dexter/
Dexperimental.cc294 mi.AddTransformation<slicer::EntryHook>( in TestMethodInstrumenter()
296 slicer::EntryHook::Tweak::ThisAsObject); in TestMethodInstrumenter()
297 mi.AddTransformation<slicer::EntryHook>( in TestMethodInstrumenter()
497 mi.AddTransformation<slicer::EntryHook>(ir::MethodId("LTracer;", "onFooEntry"), in TestArrayParamsEntryHook()
498 slicer::EntryHook::Tweak::ArrayParams); in TestArrayParamsEntryHook()
/tools/dexter/slicer/export/slicer/
Dinstrumentation.h41 class EntryHook : public Transformation {
56 explicit EntryHook(const ir::MethodId& hook_method_id, Tweak tweak) in EntryHook() function
65 explicit EntryHook(const ir::MethodId& hook_method_id,
67 : EntryHook(hook_method_id, use_object_type_for_this_argument
/tools/dexter/slicer/
Dinstrumentation.cc96 bool EntryHook::Apply(lir::CodeIr* code_ir) { in Apply()
209 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()