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.h117 : orig_method_id_(orig_method_id), detour_method_id_(detour_method_id) { in DetourHook()
120 SLICER_CHECK(detour_method_id_.signature == nullptr); in DetourHook()
127 ir::MethodId detour_method_id_; variable
/tools/dexter/slicer/
Dinstrumentation.cc474 builder.GetAsciiString(detour_method_id_.method_name), ir_proto, in Apply()
475 builder.GetType(detour_method_id_.class_descriptor)); in Apply()