Searched refs:EntryHook (Results 1 – 3 of 3) sorted by relevance
41 class EntryHook : public Transformation {57 explicit EntryHook(const ir::MethodId& hook_method_id, Tweak tweak) in EntryHook() function66 explicit EntryHook(const ir::MethodId& hook_method_id,68 : EntryHook(hook_method_id, use_object_type_for_this_argument
295 mi.AddTransformation<slicer::EntryHook>( in TestMethodInstrumenter()297 slicer::EntryHook::Tweak::ThisAsObject); in TestMethodInstrumenter()298 mi.AddTransformation<slicer::EntryHook>( in TestMethodInstrumenter()498 mi.AddTransformation<slicer::EntryHook>(ir::MethodId("LTracer;", "onFooEntry"), in TestArrayParamsEntryHook()499 slicer::EntryHook::Tweak::ArrayParams); in TestArrayParamsEntryHook()
105 bool EntryHook::Apply(lir::CodeIr* code_ir) { in Apply()223 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()