Home
last modified time | relevance | path

Searched defs:MethodId (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h32 struct MethodId { struct
37 MethodId(const char* class_descriptor, const char* method_name, const char* signature = nullptr) argument
38 : class_descriptor(class_descriptor), method_name(method_name), signature(signature) { in class_descriptor()
Ddex_format.h192 struct MethodId { struct
193 u2 class_idx;
194 u2 proto_idx;
195 u4 name_idx;