Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h128 : orig_method_id_(orig_method_id), detour_method_id_(detour_method_id) { in DetourHook()
131 SLICER_CHECK_EQ(detour_method_id_.signature, nullptr); in DetourHook()
138 ir::MethodId detour_method_id_; variable
/tools/dexter/slicer/
Dinstrumentation.cc561 builder.GetAsciiString(detour_method_id_.method_name), ir_proto, in Apply()
562 builder.GetType(detour_method_id_.class_descriptor)); in Apply()