Searched refs:EntryHook (Results 1 – 3 of 3) sorted by relevance
294 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()
41 class EntryHook : public Transformation {56 explicit EntryHook(const ir::MethodId& hook_method_id, Tweak tweak) in EntryHook() function65 explicit EntryHook(const ir::MethodId& hook_method_id,67 : EntryHook(hook_method_id, use_object_type_for_this_argument
96 bool EntryHook::Apply(lir::CodeIr* code_ir) { in Apply()209 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()