Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 6 of 6) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h34 const char* method_name; member
37 MethodId(const char* class_descriptor, const char* method_name, const char* signature = nullptr)
38 : class_descriptor(class_descriptor), method_name(method_name), signature(signature) { in class_descriptor()
40 assert(method_name != nullptr); in class_descriptor()
Ddex_ir.h345 String* method_name = nullptr; member
/tools/dexter/slicer/
Ddex_ir_builder.cc26 && ::strcmp(method_name, method_decl->name->c_str()) == 0 in Match()
33 auto ir_method_name = FindAsciiString(method_id.method_name); in FindMethod()
47 method_key.method_name = ir_method_name; in FindMethod()
Ddex_ir.cc60 method_key.method_name = method->decl->name; in GetKey()
67 std::hash<void*>{}(method_key.method_name) ^ in Hash()
73 method_key.method_name == method->decl->name && in Compare()
Dinstrumentation.cc140 builder.GetAsciiString(hook_method_id_.method_name), ir_proto, in Apply()
258 builder.GetAsciiString(hook_method_id_.method_name), ir_proto, in InjectArrayParamsHook()
293 builder.GetAsciiString(hook_method_id_.method_name), ir_proto, in Apply()
410 builder.GetAsciiString(detour_method_id_.method_name), ir_proto, in Apply()
/tools/tradefederation/core/isolation/
Disolation_runner.proto77 string method_name = 3; field